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/cmGlobalNinjaGenerator.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/cmGlobalNinjaGenerator.h')
-rw-r--r-- | Source/cmGlobalNinjaGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalNinjaGenerator.h b/Source/cmGlobalNinjaGenerator.h index 2055375..56c5ca4 100644 --- a/Source/cmGlobalNinjaGenerator.h +++ b/Source/cmGlobalNinjaGenerator.h @@ -317,6 +317,8 @@ private: ASD.insert(deps.begin(), deps.end()); } + std::string cmGlobalNinjaGenerator::ninjaCmd() const; + private: /// The file containing the build statement. (the relation ship of the /// compilation DAG). |