cemu-vcpkg/toolsrc/include/vcpkg/buildenvironment.h
2020-06-16 11:58:11 -07:00

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);
}