mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
ENH: Start includding the scripting support
This commit is contained in:
@@ -45,6 +45,11 @@ public:
|
||||
*/
|
||||
virtual const char* GetName() { return "MESSAGE";}
|
||||
|
||||
/**
|
||||
* 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