mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
CodeBlocks: generate parallel project files (make -j)
This is done the same way as for Eclipse: cmake tries to determine the number of CPUs, and then adds the respective -jN to the make invocations in the project file. Alex
This commit is contained in:
@@ -54,13 +54,16 @@ private:
|
||||
std::string GetCBCompilerId(const cmMakefile* mf);
|
||||
int GetCBTargetType(cmGeneratorTarget* target);
|
||||
std::string BuildMakeCommand(const std::string& make, const char* makefile,
|
||||
const std::string& target);
|
||||
const std::string& target,
|
||||
const std::string& makeFlags);
|
||||
void AppendTarget(cmGeneratedFileStream& fout,
|
||||
const std::string& targetName,
|
||||
cmGeneratorTarget* target,
|
||||
const char* make,
|
||||
const cmLocalGenerator* lg,
|
||||
const char* compiler);
|
||||
const char* compiler,
|
||||
const std::string& makeFlags
|
||||
);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user