vcpkg/toolsrc/include/vcpkg_info.h

11 lines
126 B
C
Raw Normal View History

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