mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
11 lines
138 B
C++
11 lines
138 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace vcpkg { namespace Info
|
|
{
|
|
const std::string& version();
|
|
|
|
const std::string& email();
|
|
}}
|