aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg_GlobalState.cpp
blob: c194da466429ae27885515a005d75276a2ab9f8b (plain)
1
2
3
4
5
6
7
8
9
10
#include "pch.h"

#include "vcpkg_GlobalState.h"

namespace vcpkg
{
    Util::LockGuarded<ElapsedTime> GlobalState::timer;
    std::atomic<bool> GlobalState::debugging = false;
    std::atomic<bool> GlobalState::feature_packages = false;
}