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