summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2017-02-24 15:19:14 (GMT)
committerGregor Jasny <gjasny@googlemail.com>2017-02-28 21:38:29 (GMT)
commit5995082101a1959f303f9f3d6c0a1e483630749e (patch)
treeeab5c52e0976918ac8ad9d641d75b53c42c19060 /Source/cmGlobalXCodeGenerator.h
parent6a54d28e44c3e539a0f6b45a5bdd748df5ef29ca (diff)
downloadCMake-5995082101a1959f303f9f3d6c0a1e483630749e.zip
CMake-5995082101a1959f303f9f3d6c0a1e483630749e.tar.gz
CMake-5995082101a1959f303f9f3d6c0a1e483630749e.tar.bz2
Xcode: Do not autocreate schemes
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 c9157b0..dcbc77a 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -168,6 +168,7 @@ private:
// Write shared scheme files for all the native targets
void OutputXCodeSharedSchemes(const std::string& xcProjDir,
cmLocalGenerator* root);
+ void OutputXCodeWorkspaceSettings(const std::string& xcProjDir);
void WriteXCodePBXProj(std::ostream& fout, cmLocalGenerator* root,
std::vector<cmLocalGenerator*>& generators);
cmXCodeObject* CreateXCodeFileReferenceFromPath(const std::string& fullpath,