diff options
author | Brad King <brad.king@kitware.com> | 2017-04-05 17:33:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-04-11 15:40:15 (GMT) |
commit | 5b29fd6d4df4eea8ac04a3f6287f721e28b6b5b4 (patch) | |
tree | fb0197003d6340284ad658e4f5fdf69bf50de02e /Source/cmGlobalXCodeGenerator.h | |
parent | b1eb493c11f38f651c2a8f0489918f3a55feeb99 (diff) | |
download | CMake-5b29fd6d4df4eea8ac04a3f6287f721e28b6b5b4.zip CMake-5b29fd6d4df4eea8ac04a3f6287f721e28b6b5b4.tar.gz CMake-5b29fd6d4df4eea8ac04a3f6287f721e28b6b5b4.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h index 172e414..beb789b 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); |