vcpkg/toolsrc/include/vcpkg_GlobalState.h
2017-08-24 16:29:40 -07:00

13 lines
199 B
C++

#pragma once
#include <vcpkg_Chrono.h>
namespace vcpkg
{
struct GlobalState
{
static ElapsedTime timer;
static bool debugging;
static bool feature_packages;
};
}