diff options
author | Alex Neundorf <neundorf@kde.org> | 2010-12-12 16:52:20 +0100 |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2010-12-12 16:52:20 +0100 |
commit | 50d21d4251b179707b4569e5cfff0c9e65432273 (patch) | |
tree | 1244745ec15998fe626f69ea975a932ac0223cd2 /Source/cmExtraEclipseCDT4Generator.h | |
parent | 1b98d99c28949347c7c6a1e5ee67ee8e49670277 (diff) | |
download | cmake-50d21d4251b179707b4569e5cfff0c9e65432273.tar.gz |
Add cache var CMAKE_ECLIPSE_MAKE_ARGUMENTS when using the Eclipse generator
This variable can be set to command line arguments which will be passed
to make when eclipse invokes make, e.g. you can enter "-j8" to get
8 parallel builds (#9930)
Alex
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.h')
-rw-r--r-- | Source/cmExtraEclipseCDT4Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.h b/Source/cmExtraEclipseCDT4Generator.h index 2ad599d14a..99e69c42a1 100644 --- a/Source/cmExtraEclipseCDT4Generator.h +++ b/Source/cmExtraEclipseCDT4Generator.h @@ -71,6 +71,7 @@ private: static void AppendTarget (cmGeneratedFileStream& fout, const std::string& target, const std::string& make, + const std::string& makeArguments, const std::string& path, const char* prefix = ""); static void AppendScannerProfile (cmGeneratedFileStream& fout, |