mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-14 18:50:49 +08:00
7 lines
199 B
CMake
7 lines
199 B
CMake
if(NOT HAVE_OPENVX)
|
|
message(STATUS "OpenVX is not available, disabling openvx-related HAL and stuff")
|
|
return()
|
|
endif()
|
|
|
|
set(OPENCV_3P_OPENVX_DIR ${CMAKE_CURRENT_SOURCE_DIR})
|
|
add_subdirectory(hal) |