summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigureFileCommand.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-23 03:07:02 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-23 03:07:02 (GMT)
commit007d2bbc50618a118fd18a203b97e6779ca58588 (patch)
treec6a259823705acf9840ce2be52c36f61116153d7 /Source/cmConfigureFileCommand.h
parent183273bea2b093043abb06845dffa7b902b6d273 (diff)
downloadCMake-007d2bbc50618a118fd18a203b97e6779ca58588.zip
CMake-007d2bbc50618a118fd18a203b97e6779ca58588.tar.gz
CMake-007d2bbc50618a118fd18a203b97e6779ca58588.tar.bz2
ENH: Make more commands scriptable
Diffstat (limited to 'Source/cmConfigureFileCommand.h')
-rw-r--r--Source/cmConfigureFileCommand.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmConfigureFileCommand.h b/Source/cmConfigureFileCommand.h
index 5eb4105..e9a01b3 100644
--- a/Source/cmConfigureFileCommand.h
+++ b/Source/cmConfigureFileCommand.h
@@ -39,6 +39,11 @@ public:
virtual const char* GetName() { return "CONFIGURE_FILE";}
/**
+ * This determines if the command is invoked when in script mode.
+ */
+ virtual bool IsScriptable() { return true; }
+
+ /**
* Succinct documentation.
*/
virtual const char* GetTerseDocumentation()