mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Add a helper to select architecture-specific implementations of a package on an Apple-specific platform. Fixes: #25516
3 lines
82 B
CMake
3 lines
82 B
CMake
set(platform_name ios-simulator)
|
|
include(apple-export-ios-simulator-common.cmake)
|