mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 11:37:12 +01:00
13 lines
341 B
C++
13 lines
341 B
C++
#include <vcpkg/base/system.process.h>
|
|
#include <vcpkg/vcpkgpaths.h>
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
namespace vcpkg
|
|
{
|
|
std::string make_cmake_cmd(const VcpkgPaths& paths,
|
|
const fs::path& cmake_script,
|
|
std::vector<System::CMakeVariable>&& pass_variables);
|
|
}
|