From 007d2bbc50618a118fd18a203b97e6779ca58588 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Sun, 22 Feb 2004 22:07:02 -0500 Subject: ENH: Make more commands scriptable --- Source/cmFindFileCommand.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/cmFindFileCommand.h') diff --git a/Source/cmFindFileCommand.h b/Source/cmFindFileCommand.h index 800cf0cebd..21c07eb000 100644 --- a/Source/cmFindFileCommand.h +++ b/Source/cmFindFileCommand.h @@ -50,6 +50,11 @@ public: */ virtual bool IsInherited() { return false; } + /** + * This determines if the command is invoked when in script mode. + */ + virtual bool IsScriptable() { return true; } + /** * The name of the command as specified in CMakeList.txt. */ -- cgit v1.2.1