2015-04-27 22:25:09 +02:00
|
|
|
include(RunCMake)
|
|
|
|
|
|
|
|
run_cmake(XcodeFileType)
|
2015-08-17 11:37:30 +02:00
|
|
|
run_cmake(XcodeAttributeGenex)
|
|
|
|
run_cmake(XcodeAttributeGenexError)
|
|
|
|
run_cmake(XcodeObjectNeedsQuote)
|
|
|
|
if (NOT XCODE_VERSION VERSION_LESS 6)
|
|
|
|
run_cmake(XcodePlatformFrameworks)
|
|
|
|
endif()
|