diff --git a/gl_depth_sim/CMakeLists.txt b/gl_depth_sim/CMakeLists.txt index a2424e2..8759a75 100644 --- a/gl_depth_sim/CMakeLists.txt +++ b/gl_depth_sim/CMakeLists.txt @@ -45,7 +45,8 @@ target_link_libraries(${PROJECT_NAME} PUBLIC # Libaries for interfacing with opencv and pcl add_library(${PROJECT_NAME}_interfaces SHARED - src/interfaces/pcl_interface.cpp) + src/interfaces/pcl_interface.cpp + src/interfaces/opencv_interface.cpp) target_include_directories(${PROJECT_NAME} PUBLIC "$"