File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ https://github.com/nihui/opencv-mobile/releases/latest
444444# Usage Android
445445
4464461 . Extract archive to ``` <project dir>/app/src/main/jni/ ```
447- 2 . Modify ``` <project dir>/app/src/main/jni/CMakeListst .txt ``` to find and link opencv
447+ 2 . Modify ``` <project dir>/app/src/main/jni/CMakeLists .txt ``` to find and link opencv
448448
449449``` cmake
450450set(OpenCV_DIR ${CMAKE_SOURCE_DIR}/opencv-mobile-4.10.0-android/sdk/native/jni)
@@ -460,7 +460,7 @@ target_link_libraries(your_jni_target ${OpenCV_LIBS})
460460# Usage ARM Linux, Windows, Linux, WebAssembly
461461
4624621 . Extract archive to ``` <project dir>/ ```
463- 2 . Modify ``` <project dir>/CMakeListst .txt ``` to find and link opencv
463+ 2 . Modify ``` <project dir>/CMakeLists .txt ``` to find and link opencv
4644643 . Pass ``` -DOpenCV_STATIC=ON ``` to cmake option for windows build
465465
466466``` cmake
You can’t perform that action at this time.
0 commit comments