소스 검색

ENH: Make IF command scriptable

Andy Cedilnik 22 년 전
부모
커밋
f1cffef265
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      Source/cmIfCommand.h

+ 5 - 0
Source/cmIfCommand.h

@@ -87,6 +87,11 @@ public:
    */
   virtual bool IsInherited() {return true;}
 
+  /**
+   * This determines if the command is invoked when in script mode.
+   */
+  virtual bool IsScriptable() { return true; }
+
   /**
    * More documentation.
    */