vcpkg/toolsrc/include/vcpkg_info.h
2016-11-07 17:31:41 -08:00

11 lines
138 B
C++

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