Skip to content

Commit b651a65

Browse files
committed
add auv_msgs deps in CMake
1 parent c5e0b30 commit b651a65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bag_tools/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ add_executable(extract_image_positions src/extract_image_positions.cpp)
1818
add_executable(extract_stereo_images src/extract_stereo_images.cpp)
1919
add_executable(process_stereo src/process_stereo.cpp)
2020

21+
add_dependencies(extract_image_positions auv_msgs_generate_messages_cpp)
22+
2123
target_link_libraries(extract_images ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES})
2224
target_link_libraries(extract_image_positions ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES})
2325
target_link_libraries(extract_stereo_images ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES})

0 commit comments

Comments
 (0)