vcpkg/toolsrc/include/vcpkg_info.h

11 lines
138 B
C
Raw Normal View History

2016-11-08 09:31:41 +08:00
#pragma once
#include <string>
namespace vcpkg { namespace Info
{
const std::string& version();
const std::string& email();
}}