Skip to content

Commit

Permalink
jazzyでリンクが通るように設定を追加します
Browse files Browse the repository at this point in the history
  • Loading branch information
chama1176 committed Jul 1, 2024
1 parent c101965 commit df81b43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rt_manipulators_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ find_package(dynamixel_sdk REQUIRED)
find_package(eigen3_cmake_module REQUIRED)
find_package(Eigen3)
find_package(yaml_cpp_vendor REQUIRED)
find_package(yaml-cpp REQUIRED)

set(library_name ${CMAKE_PROJECT_NAME})

Expand All @@ -37,6 +38,9 @@ target_include_directories(${library_name}
PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>)
target_link_libraries(${library_name}
yaml-cpp
)
ament_target_dependencies(${library_name}
dynamixel_sdk
Eigen3
Expand Down

0 comments on commit df81b43

Please sign in to comment.