Skip to content

Commit

Permalink
add path for opencv in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyLiu2886 committed Apr 19, 2024
1 parent bb5c351 commit d10c840
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ endif()
#set(CMAKE_NO_SYSTEM_FROM_IMPORTED true)
include_directories(include)

find_package (OpenCV 4.5.5 REQUIRED)
include_directories ("/usr/include/opencv4/")

set(node_plugins "")

set(SOURCES
Expand Down

0 comments on commit d10c840

Please sign in to comment.