vcpkg/toolsrc/src/vcpkg_GlobalState.cpp

11 lines
195 B
C++
Raw Normal View History

2017-08-24 07:17:53 +08:00
#include "pch.h"
#include "vcpkg_GlobalState.h"
namespace vcpkg
{
ElapsedTime GlobalState::timer;
bool GlobalState::debugging = false;
bool GlobalState::feature_packages = false;
}