Skip to content

Commit

Permalink
Fix missing dependencies in mil_missions library
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Jul 17, 2024
1 parent fd5f305 commit 9feaeb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mil_common/mil_missions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ endif()
add_library(mil_missions
src/client.cpp
)
add_dependencies(mil_missions ${catkin_EXPORTED_TARGETS} ${mil_missions_EXPORTED_TARGETS})
target_include_directories(mil_missions PUBLIC include)
target_link_libraries(mil_missions ${catkin_LIBRARIES})

0 comments on commit 9feaeb4

Please sign in to comment.