summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNinjaGenerator.h
diff options
context:
space:
mode:
authorNicolas Despres <nicolas.despres@gmail.com>2012-04-19 15:07:35 (GMT)
committerPeter Kuemmel <syntheticpp@gmx.net>2012-05-09 17:08:12 (GMT)
commit92cee7626c5066a4af4cf66f85b0cd2c06bd9439 (patch)
treeffaffdb99006dfbbd04bb5b53f6cd5201014221e /Source/cmGlobalNinjaGenerator.h
parent3bd41f2eb564d891c95e3ead5e72656b7daa3ff1 (diff)
downloadCMake-92cee7626c5066a4af4cf66f85b0cd2c06bd9439.zip
CMake-92cee7626c5066a4af4cf66f85b0cd2c06bd9439.tar.gz
CMake-92cee7626c5066a4af4cf66f85b0cd2c06bd9439.tar.bz2
Ninja: Add a convenient 'help' target.
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.h')
-rw-r--r--Source/cmGlobalNinjaGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalNinjaGenerator.h b/Source/cmGlobalNinjaGenerator.h
index 32edfaa..e652972 100644
--- a/Source/cmGlobalNinjaGenerator.h
+++ b/Source/cmGlobalNinjaGenerator.h
@@ -274,6 +274,7 @@ private:
void WriteTargetAll(std::ostream& os);
void WriteTargetRebuildManifest(std::ostream& os);
void WriteTargetClean(std::ostream& os);
+ void WriteTargetHelp(std::ostream& os);
/// Called when we have seen the given custom command. Returns true
/// if we has seen it before.