We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7faeda5 commit 5a41919Copy full SHA for 5a41919
beckhoff_ads_hardware_interface/CMakeLists.txt
@@ -24,13 +24,14 @@ target_include_directories(
24
PUBLIC
25
include
26
)
27
-ament_target_dependencies(
28
- beckhoff_ads_hardware_interface
29
- hardware_interface
30
- rclcpp
31
- rclcpp_lifecycle
32
- ads_vendor
+target_link_libraries(beckhoff_ads_hardware_interface PUBLIC
+ hardware_interface::hardware_interface
+ hardware_interface::mock_components
+ rclcpp::rclcpp
+ rclcpp_lifecycle::rclcpp_lifecycle
+ ads_vendor::ads_vendor
33
34
+
35
# prevent pluginlib from using boost
36
target_compile_definitions(beckhoff_ads_hardware_interface PUBLIC "PLUGINLIB__DISABLE_BOOST_FUNCTIONS")
37
0 commit comments