diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index d67f835..38d0c62 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -105,6 +105,7 @@ public: bool supportsToolset; bool supportsPlatform; std::vector<std::string> supportedPlatforms; + std::string defaultPlatform; bool isAlias; }; |