summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject/RunCMakeTest.cmake
diff options
context:
space:
mode:
authorDanny Parker <danny@ninjakiwi.com>2021-05-03 14:10:05 (GMT)
committerDanny Parker <danny@ninjakiwi.com>2021-05-05 13:38:33 (GMT)
commitdfaf55fbfd72e9706461592933df8686067b0e5f (patch)
treea499d6a83ebcc1deec5013c83a483d41670adbb2 /Tests/RunCMake/XcodeProject/RunCMakeTest.cmake
parent4df3f5300a13827336ca5329b53834cf0fb63a7d (diff)
downloadCMake-dfaf55fbfd72e9706461592933df8686067b0e5f.zip
CMake-dfaf55fbfd72e9706461592933df8686067b0e5f.tar.gz
CMake-dfaf55fbfd72e9706461592933df8686067b0e5f.tar.bz2
Xcode: add extra '$(inherited)' entries using InheritBuildSettingAttribute.
These have been added to: GCC_PREPROCESSOR_DEFINITIONS OTHER_CFLAGS OTHER_LDFLAGS This is to allow Cocoapods to work correctly as it uses xcconfig files to alter build settings in Xcode, and requires these build settings to inherit from their parent, not overwrite.
Diffstat (limited to 'Tests/RunCMake/XcodeProject/RunCMakeTest.cmake')
-rw-r--r--Tests/RunCMake/XcodeProject/RunCMakeTest.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/XcodeProject/RunCMakeTest.cmake b/Tests/RunCMake/XcodeProject/RunCMakeTest.cmake
index c8b75eb..26714c4 100644
--- a/Tests/RunCMake/XcodeProject/RunCMakeTest.cmake
+++ b/Tests/RunCMake/XcodeProject/RunCMakeTest.cmake
@@ -4,6 +4,7 @@ run_cmake(ExplicitCMakeLists)
run_cmake(ImplicitCMakeLists)
run_cmake(InterfaceLibSources)
run_cmake_with_options(SearchPaths -DCMAKE_CONFIGURATION_TYPES=Debug)
+run_cmake(InheritedParameters)
run_cmake(XcodeFileType)
run_cmake(XcodeAttributeLocation)