There was an error while loading. Please reload this page.
1 parent 0bd1a59 commit 0c2b75bCopy full SHA for 0c2b75b
opengl_ros_lib/CMakeLists.txt
@@ -14,7 +14,7 @@ find_package(catkin REQUIRED COMPONENTS
14
15
## System dependencies are found with CMake's conventions
16
# find_package(Boost REQUIRED COMPONENTS system)
17
-
+find_package(OpenCV REQUIRED)
18
add_subdirectory(thirdparty/glad)
19
20
## Uncomment this if the package has a setup.py. This macro ensures
@@ -118,6 +118,7 @@ catkin_package(
118
include_directories(
119
include
120
${catkin_INCLUDE_DIRS}
121
+ ${OpenCV_INCLUDE_DIRS}
122
)
123
124
## Declare a C++ library
0 commit comments