Skip to content

Commit

Permalink
Fix missing dependencies in mil_missions library (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz authored Jul 17, 2024
1 parent 13b362d commit 18e01d5
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 @@ -44,5 +44,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 18e01d5

Please sign in to comment.