mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06: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)
|