mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 14:53:03 +04:00
95415ac3a5
- fixes crashes in face-detector application - libc++_shared.so is bundled automatically via CMake helper project
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)
|