summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-10-09 15:01:48 (GMT)
committerBrad King <brad.king@kitware.com>2008-10-09 15:01:48 (GMT)
commit576167d381cb9cc28ca726f58ccccf76b5dd3421 (patch)
tree702c09aa5d964a2b15278181ee267e53ed330f40 /Source/cmGlobalXCodeGenerator.h
parentc5f70ff27fb7ea9d2421b4cc25e303f171612525 (diff)
downloadCMake-576167d381cb9cc28ca726f58ccccf76b5dd3421.zip
CMake-576167d381cb9cc28ca726f58ccccf76b5dd3421.tar.gz
CMake-576167d381cb9cc28ca726f58ccccf76b5dd3421.tar.bz2
ENH: Put custom target sources in Xcode projects
Source files in custom targets are now placed in the Xcode project for convenient editing. See issue #5848.
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 a20e070..7ac8e89 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -152,6 +152,7 @@ private:
virtual void WriteXCodePBXProj(std::ostream& fout,
cmLocalGenerator* root,
std::vector<cmLocalGenerator*>& generators);
+ cmXCodeObject* CreateXCodeFileReference(cmSourceFile* sf, cmTarget& cmtarget);
cmXCodeObject* CreateXCodeSourceFile(cmLocalGenerator* gen,
cmSourceFile* sf,
cmTarget& cmtarget);