Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
XcodePreserveObjcFlag.cmake
blob: 64db6333452050960f3e4250f64f8c98c17f512f [
file
] [
log
] [
blame
]
set
(
CMAKE_CONFIGURATION_TYPES
"Release"
CACHE INTERNAL
"Supported configuration types"
)
project
(
XcodePreserveObjcFlag
CXX
)
add_library
(
foo STATIC foo
.
cpp
)
set_target_properties
(
foo PROPERTIES COMPILE_OPTIONS
-
ObjC
)