mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
ENH: Make more commands scriptable
This commit is contained in:
@@ -50,6 +50,11 @@ public:
|
||||
*/
|
||||
virtual const char* GetName() { return "MAKE_DIRECTORY";}
|
||||
|
||||
/**
|
||||
* 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