mirror of
https://github.com/opencv/opencv.git
synced 2026-07-25 21:33:04 +04:00
b59eca22ae
- Added JavaDoc package build and publishing - Added Source package build and publishing - More metadata for publishing - Disable native samples build with aar, because prefab is not complete yet
7 lines
168 B
CMake
7 lines
168 B
CMake
cmake_minimum_required(VERSION 3.6)
|
|
|
|
project(opencv_jni_shared)
|
|
|
|
# dummy target to bring libc++_shared.so into packages
|
|
add_library(opencv_jni_shared STATIC dummy.cpp)
|