diff options
author | Cristian Adam <cristian.adam@gmail.com> | 2019-07-30 16:31:16 (GMT) |
---|---|---|
committer | Cristian Adam <cristian.adam@gmail.com> | 2019-08-30 18:39:37 (GMT) |
commit | 7786a05c707dc5ffe9fdf7a6b468f56ed18c9e8a (patch) | |
tree | e531dbe20f53f840967e4ce00e75e422d942be1f /Source/cmGlobalXCodeGenerator.cxx | |
parent | 1353802af366bd64ba8f730e6f93d4c416107d48 (diff) | |
download | CMake-7786a05c707dc5ffe9fdf7a6b468f56ed18c9e8a.zip CMake-7786a05c707dc5ffe9fdf7a6b468f56ed18c9e8a.tar.gz CMake-7786a05c707dc5ffe9fdf7a6b468f56ed18c9e8a.tar.bz2 |
Unity build: Add XCode support
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 427ab44..74d97e1 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -2839,6 +2839,7 @@ bool cmGlobalXCodeGenerator::CreateGroups( continue; } + generator->AddUnityBuild(gtgt, ""); generator->AddPchDependencies(gtgt, ""); auto addSourceToGroup = [this, mf, gtgt, |