summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-05 13:33:37 -0400
committerBrad King <brad.king@kitware.com>2017-04-11 11:40:15 -0400
commit5b29fd6d4df4eea8ac04a3f6287f721e28b6b5b4 (patch)
treefb0197003d6340284ad658e4f5fdf69bf50de02e /Source/cmGlobalXCodeGenerator.h
parentb1eb493c11f38f651c2a8f0489918f3a55feeb99 (diff)
downloadcmake-5b29fd6d4df4eea8ac04a3f6287f721e28b6b5b4.tar.gz
Xcode: Refactor internal architecture list construction
Factor population of the `Architectures` member out into a helper to avoid duplication.
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index 172e414bb3..beb789bd22 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -240,6 +240,8 @@ private:
const std::string& configName,
const cmGeneratorTarget* t) const;
+ void ComputeArchitectures(cmMakefile* mf);
+
void addObject(cmXCodeObject* obj);
std::string PostBuildMakeTarget(std::string const& tName,
std::string const& configName);