mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -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:
@@ -54,7 +54,7 @@ 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,
|
||||
const char *projectName, const char* additionalOptions, const char *targetName, const char* config,
|
||||
bool ignoreErrors);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user