summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-15 20:36:02 +0200
committerStephen Kelly <steveire@gmail.com>2015-10-05 18:43:17 +0200
commita09c545d3a518d771b66b59f92821af3d55d7d4b (patch)
tree149fac946f12c6011ee5a44e399adca68dfbf0d6 /Source/cmGlobalXCodeGenerator.h
parentf2791da132a42cb71384065b340ae212679fc336 (diff)
downloadcmake-a09c545d3a518d771b66b59f92821af3d55d7d4b.tar.gz
Xcode: Extract a AddExtraIDETargets method.
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index 102c0366a5..413a7bc2fa 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -88,6 +88,7 @@ public:
void AppendFlag(std::string& flags, std::string const& flag);
protected:
virtual bool Compute();
+ void AddExtraIDETargets();
virtual void Generate();
private:
cmXCodeObject* CreateOrGetPBXGroup(cmTarget& cmtarget,