mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
CMake: Report whether generators support platforms
This commit is contained in:
@@ -75,6 +75,12 @@ public:
|
||||
*/
|
||||
static bool SupportsToolset() { return false; }
|
||||
|
||||
/**
|
||||
* Utilized by the generator factory to determine if this generator
|
||||
* supports platforms.
|
||||
*/
|
||||
static bool SupportsPlatform() { return false; }
|
||||
|
||||
/** Get the documentation entry for this generator. */
|
||||
static void GetDocumentation(cmDocumentationEntry& entry);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user