Created
January 25, 2019 11:15
-
-
Save marcinOz/c2aaa70a1bd02e0a1272a763e35b3bf7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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