diff options
author | Peter Kuemmel <syntheticpp@gmx.net> | 2012-06-15 10:14:13 (GMT) |
---|---|---|
committer | Peter Kuemmel <syntheticpp@gmx.net> | 2012-06-15 10:14:13 (GMT) |
commit | 2fb07fc44c49da70a609fbc0df013c0301e9f36a (patch) | |
tree | b0df34212593867478c577962699b33afab20cd7 /Source/cmLocalGenerator.h | |
parent | 518c06585b07c1b7a189374c9196fc1a7fc3502d (diff) | |
download | CMake-2fb07fc44c49da70a609fbc0df013c0301e9f36a.zip CMake-2fb07fc44c49da70a609fbc0df013c0301e9f36a.tar.gz CMake-2fb07fc44c49da70a609fbc0df013c0301e9f36a.tar.bz2 |
Ninja: Eclipse and KDevelop fixes for ninja
Thx to Claus Klein
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index f53700a..fe3c8ca 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -204,6 +204,10 @@ public: /** Compute the language used to compile the given source file. */ const char* GetSourceFileLanguage(const cmSourceFile& source); + // Fill the vector with the target names for the object files, + // preprocessed files and assembly files. + virtual void GetIndividualFileTargets(std::vector<std::string>& targets) {} + // Create a struct to hold the varibles passed into // ExpandRuleVariables struct RuleVariables |