mirror of
https://github.com/opencv/opencv.git
synced 2025-01-08 12:20:10 +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")
|