summaryrefslogtreecommitdiffstats
path: root/Source/cmXCodeScheme.h
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2017-02-25 20:26:17 (GMT)
committerGregor Jasny <gjasny@googlemail.com>2017-02-28 21:38:30 (GMT)
commit54a48c6781dd02f2ebbdb19a77c9a4fb59e67735 (patch)
tree32588146d6c46e280e764da8d3eedc63975df092 /Source/cmXCodeScheme.h
parentf4977d056b2295679ce723c639f16823cfe489d5 (diff)
downloadCMake-54a48c6781dd02f2ebbdb19a77c9a4fb59e67735.zip
CMake-54a48c6781dd02f2ebbdb19a77c9a4fb59e67735.tar.gz
CMake-54a48c6781dd02f2ebbdb19a77c9a4fb59e67735.tar.bz2
Xcode: Use proper buildable name for schema
Diffstat (limited to 'Source/cmXCodeScheme.h')
-rw-r--r--Source/cmXCodeScheme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmXCodeScheme.h b/Source/cmXCodeScheme.h
index 470b5fd..0a8e737 100644
--- a/Source/cmXCodeScheme.h
+++ b/Source/cmXCodeScheme.h
@@ -26,6 +26,7 @@ public:
private:
const cmXCodeObject* const Target;
const std::string& TargetName;
+ const std::string BuildableName;
const std::string& TargetId;
const std::vector<std::string>& ConfigList;
const unsigned int XcodeVersion;