blob: 03d3cd3a932381a89c4ff2f2721045043d7c88a8 (
plain)
1
2
3
4
5
6
7
8
|
include(RunCMake)
run_cmake(XcodeFileType)
run_cmake(XcodeAttributeGenex)
run_cmake(XcodeAttributeGenexError)
if (NOT XCODE_VERSION VERSION_LESS 6)
run_cmake(XcodePlatformFrameworks)
endif()
|