mirror of
https://github.com/opencv/opencv.git
synced 2024-12-15 01:39:10 +08:00
8 lines
205 B
CMake
8 lines
205 B
CMake
project(kleidicv_hal)
|
|
|
|
if(HAVE_KLEIDICV)
|
|
option(KLEIDICV_ENABLE_SME2 "" OFF) # not compatible with some CLang versions in NDK
|
|
include("${KLEIDICV_SOURCE_PATH}/adapters/opencv/CMakeLists.txt")
|
|
endif()
|
|
|