mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
5 lines
145 B
CMake
5 lines
145 B
CMake
set(platform_name ios-catalyst)
|
|
set(platform_arg IOS_CATALYST_INCLUDE_FILE)
|
|
set(CMAKE_OSX_DEPLOYMENT_TARGET "15.0")
|
|
include(export-common.cmake)
|