diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 0fd2d31..304a15d 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -103,6 +103,8 @@ public: struct GeneratorInfo { std::string name; + std::string baseName; + std::string extraName; bool supportsToolset; bool supportsPlatform; bool isAlias; |