2014-05-15 13:50:53 -04:00
|
|
|
include(RunCMake)
|
|
|
|
|
|
|
|
run_cmake(XcodeFileType)
|
2015-02-11 20:48:43 +01:00
|
|
|
run_cmake(XcodeAttributeGenex)
|
|
|
|
run_cmake(XcodeAttributeGenexError)
|
2015-04-04 22:13:45 +02:00
|
|
|
run_cmake(XcodeObjectNeedsQuote)
|
2015-02-22 19:00:11 +01:00
|
|
|
if (NOT XCODE_VERSION VERSION_LESS 6)
|
|
|
|
run_cmake(XcodePlatformFrameworks)
|
|
|
|
endif()
|