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