mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-07-27 09:37:19 +02:00

* [vcpkg formatting] Turn off DeriveLineEnding * format * Add newlines to the end of files Since we're reformatting anyways
14 lines
330 B
C++
14 lines
330 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);
|
|
}
|