mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ENH: Add a way for the generated command to include extra flags. This is useful for CTest (or try compile) to add -j2
This commit is contained in:
@@ -59,8 +59,8 @@ public:
|
||||
* loaded commands, not as part of the usual build process.
|
||||
*/
|
||||
virtual std::string GenerateBuildCommand(const char* makeProgram,
|
||||
const char *projectName, const char *targetName, const char* config,
|
||||
bool ignoreErrors);
|
||||
const char *projectName, const char* additionalOptions, const char *targetName,
|
||||
const char* config, bool ignoreErrors);
|
||||
|
||||
/**
|
||||
* Generate the all required files for building this project/tree. This
|
||||
|
||||
Reference in New Issue
Block a user