mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
Otherwise those will be interpreted as start of a comment Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
10 lines
227 B
CMake
10 lines
227 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(XcodeFileType)
|
|
run_cmake(XcodeAttributeGenex)
|
|
run_cmake(XcodeAttributeGenexError)
|
|
run_cmake(XcodeObjectNeedsQuote)
|
|
if (NOT XCODE_VERSION VERSION_LESS 6)
|
|
run_cmake(XcodePlatformFrameworks)
|
|
endif()
|