|
@@ -1,4 +1,5 @@
|
|
|
-cmake_minimum_required(VERSION 3.19)
|
|
|
+set(CMAKE_VERSION 3.6.2)
|
|
|
+cmake_minimum_required(VERSION ${CMAKE_VERSION})
|
|
|
set(CMAKE_CXX_STANDARD 11)
|
|
|
project(bytesflow-opencv-media)
|
|
|
|
|
@@ -40,6 +41,8 @@ ELSE ()
|
|
|
MESSAGE(STATUS "other platform: ${CMAKE_SYSTEM_NAME}")
|
|
|
ENDIF (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
|
|
|
|
|
+message(OPENCV_INCLUDE>${OPENCV_INCLUDE})
|
|
|
+message(OPENCV_LIBS>${OPENCV_INCLUDE})
|
|
|
link_directories(${OPENCV_LIBS})
|
|
|
include_directories(${OPENCV_INCLUDE})
|
|
|
include_directories(${JNI_MD_PATH})
|