mirror of
https://github.com/opencv/opencv.git
synced 2024-12-04 00:39:11 +08:00
5 lines
221 B
CMake
5 lines
221 B
CMake
message(STATUS "Setting up iPhoneSimulator toolchain for IOS_ARCH='${IOS_ARCH}'")
|
|
set(IPHONESIMULATOR TRUE)
|
|
include(${CMAKE_CURRENT_LIST_DIR}/common-ios-toolchain.cmake)
|
|
message(STATUS "iPhoneSimulator toolchain loaded")
|