Skip to content

Commit

Permalink
Merge branch 'main' into feature/moveit_task_constructor_benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
CihatAltiparmak authored Aug 15, 2024
2 parents c86c89f + 9ee7a9d commit 73a1b4b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ add_executable(
ament_target_dependencies(
scenario_perception_pipeline_benchmark_main
PUBLIC
"moveit_ros_planning_interface"
"rclcpp"
"benchmark"
"dynmsg"
"nav_msgs"
"yaml-cpp"
"example_interfaces")
moveit_ros_planning_interface
rclcpp
benchmark
dynmsg
nav_msgs
yaml-cpp
example_interfaces)

target_include_directories(
scenario_perception_pipeline_benchmark_main
PUBLIC $<INSTALL_INTERFACE:include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)

target_link_libraries(scenario_perception_pipeline_benchmark_main
PUBLIC "benchmark::benchmark" ${YAML_CPP_LIBRARIES})
PUBLIC benchmark::benchmark ${YAML_CPP_LIBRARIES})

add_executable(
scenario_basic_service_client_benchmark_main
Expand All @@ -51,11 +51,11 @@ add_executable(
ament_target_dependencies(
scenario_basic_service_client_benchmark_main
PUBLIC
"moveit_ros_planning_interface"
"rclcpp"
"benchmark"
"std_msgs"
"example_interfaces")
moveit_ros_planning_interface
rclcpp
benchmark
std_msgs
example_interfaces)

target_include_directories(
scenario_basic_service_client_benchmark_main
Expand Down

0 comments on commit 73a1b4b

Please sign in to comment.