We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f5061 commit 2a95ce2Copy full SHA for 2a95ce2
examples/CMakeLists.txt
@@ -11,4 +11,7 @@ INCLUDE_DIRECTORIES(${SceneLib2_INCLUDE_DIRS})
11
LINK_DIRECTORIES(${SceneLib2_LIBRARY_DIRS})
12
LINK_LIBRARIES(${SceneLib2_LIBRARIES})
13
14
+FIND_PACKAGE(OpenCV REQUIRED)
15
+
16
ADD_EXECUTABLE(MonoSlamSceneLib1 MonoSlamSceneLib1.cpp)
17
+TARGET_LINK_LIBRARIES(MonoSlamSceneLib1 ${OpenCV_LIBS})
0 commit comments