cemu-vcpkg/toolsrc/include/vcpkg/buildenvironment.h
nicole mazzuca 6a41626eaf
[vcpkg] Format the C++ in CI (#11655)
* [vcpkg] Format the C++ in the CI

* format the C++

* CR
2020-07-06 16:45:34 -07:00

13 lines
341 B
C++

#include <string>
#include <vector>
#include <vcpkg/base/system.process.h>
#include <vcpkg/vcpkgpaths.h>
namespace vcpkg
{
std::string make_cmake_cmd(const VcpkgPaths& paths,
const fs::path& cmake_script,
std::vector<System::CMakeVariable>&& pass_variables);
}