summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2016-08-19 19:50:48 (GMT)
committerBrad King <brad.king@kitware.com>2016-08-31 13:16:44 (GMT)
commitdf32e564aed43470e304cf21d8c9ac1d5a01d055 (patch)
treeb936ba3992df59535e3e80bba12b20bac3e78d52 /Source/cmGlobalXCodeGenerator.h
parentff88df48e8a693f213a44aee3ad2474f500857b5 (diff)
downloadCMake-df32e564aed43470e304cf21d8c9ac1d5a01d055.zip
CMake-df32e564aed43470e304cf21d8c9ac1d5a01d055.tar.gz
CMake-df32e564aed43470e304cf21d8c9ac1d5a01d055.tar.bz2
Xcode: Add targets marked as EXCLUDE_FROM_ALL to project (#16101)
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index 0485d4f..303dfa0 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -92,8 +92,7 @@ private:
cmXCodeObject* CreateOrGetPBXGroup(cmGeneratorTarget* gtgt,
cmSourceGroup* sg);
cmXCodeObject* CreatePBXGroup(cmXCodeObject* parent, std::string name);
- bool CreateGroups(cmLocalGenerator* root,
- std::vector<cmLocalGenerator*>& generators);
+ bool CreateGroups(std::vector<cmLocalGenerator*>& generators);
std::string XCodeEscapePath(const std::string& p);
std::string RelativeToSource(const char* p);
std::string RelativeToBinary(const char* p);