mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 05:50:42 +00:00
ENH: Make IF command scriptable
This commit is contained in:
parent
ece9ae97e2
commit
f1cffef265
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user