summaryrefslogtreecommitdiffstats
path: root/Source/cmXCodeScheme.h
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2017-02-24 17:47:58 (GMT)
committerGregor Jasny <gjasny@googlemail.com>2017-02-28 21:38:29 (GMT)
commitf4977d056b2295679ce723c639f16823cfe489d5 (patch)
treeec863c21abdeee9175abc70ec2d2656a1a156270 /Source/cmXCodeScheme.h
parent7202db5db46bfe7499244af315249820e883c8cf (diff)
downloadCMake-f4977d056b2295679ce723c639f16823cfe489d5.zip
CMake-f4977d056b2295679ce723c639f16823cfe489d5.tar.gz
CMake-f4977d056b2295679ce723c639f16823cfe489d5.tar.bz2
Xcode: Select executable target for execution in schema
Diffstat (limited to 'Source/cmXCodeScheme.h')
-rw-r--r--Source/cmXCodeScheme.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmXCodeScheme.h b/Source/cmXCodeScheme.h
index 7a7d930..470b5fd 100644
--- a/Source/cmXCodeScheme.h
+++ b/Source/cmXCodeScheme.h
@@ -24,6 +24,7 @@ public:
const std::string& container);
private:
+ const cmXCodeObject* const Target;
const std::string& TargetName;
const std::string& TargetId;
const std::vector<std::string>& ConfigList;
@@ -41,6 +42,8 @@ private:
std::string WriteVersionString();
std::string FindConfiguration(const std::string& name);
+
+ static bool IsExecutable(const cmXCodeObject* target);
};
#endif