mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 15:19:51 -05:00
cmBuildOptions: Split build arguments into separate object.
This commit is contained in:
committed by
Brad King
parent
6a10103493
commit
193b8fca52
@@ -43,7 +43,8 @@ public:
|
||||
std::vector<GeneratedMakeCommand> GenerateBuildCommand(
|
||||
const std::string& makeProgram, const std::string& projectName,
|
||||
const std::string& projectDir, std::vector<std::string> const& targetNames,
|
||||
const std::string& config, bool fast, int jobs, bool verbose,
|
||||
const std::string& config, int jobs, bool verbose,
|
||||
const cmBuildOptions& buildOptions = cmBuildOptions(),
|
||||
std::vector<std::string> const& makeOptions =
|
||||
std::vector<std::string>()) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user