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 af3e452 commit cf85b90Copy full SHA for cf85b90
CMakeLists.txt
@@ -28,9 +28,10 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
28
target_include_directories(${PROJECT_NAME}
29
PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
30
$<INSTALL_INTERFACE:include>)
31
+target_link_libraries(${PROJECT_NAME} PUBLIC tinyxml2::tinyxml2)
32
+
33
# Ament dependencies
34
ament_target_dependencies(${PROJECT_NAME} PUBLIC
- TinyXML2
35
console_bridge
36
urdf
37
urdfdom_headers
0 commit comments