Make use_mangled_mesa() available in cmake script mode (#11926)

There is nothing in it which speaks against this.

Alex
This commit is contained in:
Alex Neundorf 2011-03-10 21:44:02 +01:00
parent 1a91ac4d0d
commit 968d5a0ff1
1 changed files with 5 additions and 0 deletions

View File

@ -68,6 +68,11 @@ public:
"being added to the include directory path earlier.";
}
/**
* This determines if the command is invoked when in script mode.
*/
virtual bool IsScriptable() { return true; }
/** This command is kept for compatibility with older CMake versions. */
virtual bool IsDiscouraged()
{