mirror of https://github.com/opencv/opencv.git
- fixes crashes in face-detector application - libc++_shared.so is bundled automatically via CMake helper projectpull/15024/head
parent
f663e8f903
commit
95415ac3a5
7 changed files with 46 additions and 5 deletions
@ -0,0 +1,4 @@ |
|||||||
|
cmake_minimum_required(VERSION 3.6) |
||||||
|
|
||||||
|
# dummy target to bring libc++_shared.so into packages |
||||||
|
add_library(opencv_jni_shared STATIC dummy.cpp) |
@ -0,0 +1 @@ |
|||||||
|
// empty
|
Loading…
Reference in new issue