vcpkg/toolsrc/include/vcpkg_info.h

11 lines
126 B
C
Raw Normal View History

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