dfd6f1f290
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()
|