#include #include #include #include namespace vcpkg { std::string make_cmake_cmd(const VcpkgPaths& paths, const fs::path& cmake_script, std::vector&& pass_variables); }