Skip to content

Commit

Permalink
Fix linking against tinyxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Oct 13, 2024
1 parent af3e452 commit cf85b90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
target_include_directories(${PROJECT_NAME}
PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>)
target_link_libraries(${PROJECT_NAME} PUBLIC tinyxml2::tinyxml2)

# Ament dependencies
ament_target_dependencies(${PROJECT_NAME} PUBLIC
TinyXML2
console_bridge
urdf
urdfdom_headers
Expand Down

0 comments on commit cf85b90

Please sign in to comment.