Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions rcljava/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ find_package(ament_cmake REQUIRED)
find_package(ament_cmake_export_jars REQUIRED)
find_package(ament_cmake_export_jni_libraries REQUIRED)
find_package(builtin_interfaces REQUIRED)
find_package(rcpputils REQUIRED)
find_package(rcl REQUIRED)
find_package(rcl_action REQUIRED)
find_package(rcl_interfaces REQUIRED)
Expand Down Expand Up @@ -110,6 +111,7 @@ foreach(_jni_source ${${PROJECT_NAME}_jni_sources})
ament_target_dependencies(${_target_name}
"action_msgs"
"builtin_interfaces"
"rcpputils"
"rcl"
"rcl_action"
"rcl_interfaces"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rcljava/CMakeLists.txt

Expand Down