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 79d62ea commit e510c3eCopy full SHA for e510c3e
CMakeLists.txt
@@ -16,6 +16,7 @@ find_package(tf2_ros REQUIRED)
16
find_package(nav2_msgs REQUIRED)
17
find_package(std_srvs REQUIRED)
18
find_package(yaml_cpp_vendor REQUIRED)
19
+find_package(yaml-cpp REQUIRED)
20
21
# uncomment the following section in order to fill in
22
# further dependencies manually.
@@ -33,6 +34,8 @@ ament_target_dependencies(neo_docking2
33
34
std_srvs
35
)
36
37
+target_link_libraries(neo_docking2 yaml-cpp::yaml-cpp)
38
+
39
target_include_directories(neo_docking2 PUBLIC
40
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
41
$<INSTALL_INTERFACE:include>)
0 commit comments