summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-07-21 11:24:11 (GMT)
committerBrad King <brad.king@kitware.com>2016-08-03 13:44:40 (GMT)
commitcd52a225d298dc1a4924b82ebac0ac74fccf3356 (patch)
tree7fc4c8ed789ab189a2f09e8f90beb627dc8c2b6b /Source/cmake.h
parenta354f60ce07cd67bd60161824a4e74bf9068fea4 (diff)
downloadCMake-cd52a225d298dc1a4924b82ebac0ac74fccf3356.zip
CMake-cd52a225d298dc1a4924b82ebac0ac74fccf3356.tar.gz
CMake-cd52a225d298dc1a4924b82ebac0ac74fccf3356.tar.bz2
Report more information about extra generators in generator factories
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
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;