summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-01-28 22:21:35 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-01-28 22:21:35 (GMT)
commit2ca86b868ca71e0dec922a02702f6d859385c817 (patch)
tree3ddc78d200fa2565ae3a50e5960c62e8dc1f5237 /Source/cmGlobalXCodeGenerator.h
parent3ec0862222f37465c273c7118ff50764a25dda84 (diff)
downloadCMake-2ca86b868ca71e0dec922a02702f6d859385c817.zip
CMake-2ca86b868ca71e0dec922a02702f6d859385c817.tar.gz
CMake-2ca86b868ca71e0dec922a02702f6d859385c817.tar.bz2
ENH: move executable xcode stuff to a method
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index 73842c3..55a9b44 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -71,7 +71,8 @@ private:
cmXCodeObject* CreateObject(cmXCodeObject::Type type);
cmXCodeObject* CreateString(const char* s);
cmXCodeObject* CreateObjectReference(cmXCodeObject*);
-
+ cmXCodeObject* CreateExecutable(cmTarget& cmtarget,
+ cmXCodeObject* buildPhases);
// delete all objects in the m_XCodeObjects vector.
void ClearXCodeObjects();
void CreateXCodeObjects(cmLocalGenerator* root,