mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 18:09:42 -05:00
2785364b7b
Issue: #20132 Signed-off-by: Raul Metsma <raul@metsma.ee>
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)
|