mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 22:00:10 -05:00
ENH: Make more commands scriptable
This commit is contained in:
@@ -38,6 +38,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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user