diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-01-28 22:21:35 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-01-28 22:21:35 (GMT) |
commit | 2ca86b868ca71e0dec922a02702f6d859385c817 (patch) | |
tree | 3ddc78d200fa2565ae3a50e5960c62e8dc1f5237 /Source/cmGlobalXCodeGenerator.h | |
parent | 3ec0862222f37465c273c7118ff50764a25dda84 (diff) | |
download | CMake-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.h | 3 |
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, |