summaryrefslogtreecommitdiff
path: root/Source/cmMessageCommand.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-10-29 08:58:54 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-10-29 08:58:54 -0500
commit69dd3218ba0bcdbcf3869f229199df8cd545612f (patch)
tree17711cdc8c7fcad61896efbaf4c2b3ba8c0cf2db /Source/cmMessageCommand.h
parentb79c2f5a4c0e1a36ccffa751046b3e0a16c892d1 (diff)
downloadcmake-69dd3218ba0bcdbcf3869f229199df8cd545612f.tar.gz
ENH: Start includding the scripting support
Diffstat (limited to 'Source/cmMessageCommand.h')
-rw-r--r--Source/cmMessageCommand.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmMessageCommand.h b/Source/cmMessageCommand.h
index 8e9aa75c2b..22881059d8 100644
--- a/Source/cmMessageCommand.h
+++ b/Source/cmMessageCommand.h
@@ -46,6 +46,11 @@ public:
virtual const char* GetName() { return "MESSAGE";}
/**
+ * This determines if the command is invoked when in script mode.
+ */
+ virtual bool IsScriptable() { return true; }
+
+ /**
* Succinct documentation.
*/
virtual const char* GetTerseDocumentation()