vcpkg/toolsrc/include/vcpkg_info.h
2017-01-05 14:25:50 -08:00

11 lines
126 B
C++

#pragma once
#include <string>
namespace vcpkg::Info
{
const std::string& version();
const std::string& email();
}