summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-05-08 20:29:08 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2017-05-08 20:58:01 (GMT)
commitc2c2bbb3d49837361ea02483e90e10a632975688 (patch)
tree4b091a8abd6c1cfee9df10aa4c6c650a858efe04 /Source/cmCommands.h
parentc36d63cd48fbfda57cd8cf25c029a3a175e10299 (diff)
downloadCMake-c2c2bbb3d49837361ea02483e90e10a632975688.zip
CMake-c2c2bbb3d49837361ea02483e90e10a632975688.tar.gz
CMake-c2c2bbb3d49837361ea02483e90e10a632975688.tar.bz2
cmake: register fake project commands in -P mode
Diffstat (limited to 'Source/cmCommands.h')
-rw-r--r--Source/cmCommands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCommands.h b/Source/cmCommands.h
index 7895ece..1f8fafb 100644
--- a/Source/cmCommands.h
+++ b/Source/cmCommands.h
@@ -12,5 +12,6 @@ class cmState;
*/
void GetScriptingCommands(cmState* state);
void GetProjectCommands(cmState* state);
+void GetProjectCommandsInScriptMode(cmState* state);
#endif