mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-14 01:57:43 +08:00
5 lines
140 B
CMake
5 lines
140 B
CMake
cmake_minimum_required(VERSION 3.6)
|
|
|
|
# dummy target to bring libc++_shared.so into packages
|
|
add_library(opencv_jni_shared STATIC dummy.cpp)
|