Skip to content

Commit

Permalink
add missing linker call
Browse files Browse the repository at this point in the history
  • Loading branch information
Cakem1x committed Jan 24, 2024
1 parent f3de363 commit b57f539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesh_client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ add_library(${PROJECT_NAME}
src/mesh_client.cpp
)
ament_target_dependencies(${PROJECT_NAME} ${dependencies})
target_link_libraries(${PROJECT_NAME} jsoncpp)

install(DIRECTORY include/
DESTINATION include
Expand Down

0 comments on commit b57f539

Please sign in to comment.