Skip to content

Instantly share code, notes, and snippets.

@marcinOz
Created January 25, 2019 11:15
Show Gist options
  • Save marcinOz/c2aaa70a1bd02e0a1272a763e35b3bf7 to your computer and use it in GitHub Desktop.
Save marcinOz/c2aaa70a1bd02e0a1272a763e35b3bf7 to your computer and use it in GitHub Desktop.
set(OpenCV_DIR "../opencv/src/sdk/native/jni")
find_package(OpenCV REQUIRED)
message(STATUS "OpenCV libraries: ${OpenCV_LIBS}")
target_link_libraries(native-lib ${OpenCV_LIBS})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment