mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-15 03:01:04 +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")
|