File tree 1 file changed +2
-2
lines changed 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
444
444
# Usage Android
445
445
446
446
1 . 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
448
448
449
449
``` cmake
450
450
set(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})
460
460
# Usage ARM Linux, Windows, Linux, WebAssembly
461
461
462
462
1 . 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
464
464
3 . Pass ``` -DOpenCV_STATIC=ON ``` to cmake option for windows build
465
465
466
466
``` cmake
You can’t perform that action at this time.
0 commit comments