blob: cae2b2f8e9c5e88a9dd1193c9ee40a57deb74c87 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include "pch.h"
#include "vcpkg_GlobalState.h"
namespace vcpkg
{
ElapsedTime GlobalState::timer;
bool GlobalState::debugging = false;
bool GlobalState::feature_packages = false;
}
|