Skip to content

Commit

Permalink
install runtime opencv libs (#44) (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyTheCo authored Oct 20, 2023
1 parent 28cb319 commit a0f2bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QrDec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if(NOT OpenCV_FOUND )
endif(ANDROID)
find_package(OpenCV COMPONENTS core objdetect imgproc flann features2d calib3d )
endif()
if(OpenCV_FOUND)
if(OpenCV_FOUND AND NOT ANDROID AND NOT EMSCRIPTEN)
install(IMPORTED_RUNTIME_ARTIFACTS ${OpenCV_LIBS}
DESTINATION ${CMAKE_INSTALL_LIBDIR}
COMPONENT Qr
Expand Down

0 comments on commit a0f2bff

Please sign in to comment.