vcpkg/toolsrc/include/vcpkg_GlobalState.h

13 lines
199 B
C
Raw Normal View History

2017-08-24 07:17:53 +08:00
#pragma once
#include <vcpkg_Chrono.h>
namespace vcpkg
{
struct GlobalState
{
static ElapsedTime timer;
static bool debugging;
static bool feature_packages;
};
}