diff options
author | Brad King <brad.king@kitware.com> | 2013-03-04 20:39:57 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-03-04 20:39:57 (GMT) |
commit | f954bb3d993e03116528ec3ace62719a8000e9d7 (patch) | |
tree | e05fcaa0ce8435702621ee8f0decba2d15e07bb9 /Source | |
parent | 07ee97cace8c1de04d18a0e671fd4f37514f52be (diff) | |
parent | 10d7bf4e620c04b90a22a954ca0d6948fd9d2842 (diff) | |
download | CMake-f954bb3d993e03116528ec3ace62719a8000e9d7.zip CMake-f954bb3d993e03116528ec3ace62719a8000e9d7.tar.gz CMake-f954bb3d993e03116528ec3ace62719a8000e9d7.tar.bz2 |
Merge topic 'xcode-COMBINE_HIDPI_IMAGES'
10d7bf4 Xcode: Generate recommended artwork setting (#13954)
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index fbddc53..2222a0e 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -2110,6 +2110,8 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target, debugStr = "NO"; } + buildSettings->AddAttribute("COMBINE_HIDPI_IMAGES", + this->CreateString("YES")); buildSettings->AddAttribute("GCC_GENERATE_DEBUGGING_SYMBOLS", this->CreateString(debugStr)); buildSettings->AddAttribute("GCC_OPTIMIZATION_LEVEL", |