mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 12:09:22 +08:00
11 lines
195 B
C++
11 lines
195 B
C++
|
#include "pch.h"
|
||
|
|
||
|
#include "vcpkg_GlobalState.h"
|
||
|
|
||
|
namespace vcpkg
|
||
|
{
|
||
|
ElapsedTime GlobalState::timer;
|
||
|
bool GlobalState::debugging = false;
|
||
|
bool GlobalState::feature_packages = false;
|
||
|
}
|