mirror of
https://github.com/opencv/opencv.git
synced 2024-12-01 06:49:50 +08:00
6 lines
222 B
CMake
6 lines
222 B
CMake
|
message(STATUS "Setting up visionOS toolchain for VISIONOS_ARCH='${VISIONOS_ARCH}'")
|
||
|
set(VISIONOS TRUE)
|
||
|
set(XROS 1)
|
||
|
include(${CMAKE_CURRENT_LIST_DIR}/common-ios-toolchain.cmake)
|
||
|
message(STATUS "visionOS toolchain loaded")
|