mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 04:39:04 +08:00
13 lines
199 B
C++
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;
|
|
};
|
|
} |