Skip to content

Commit

Permalink
Add dependency on tinyxml2
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Dec 7, 2024
1 parent fc22623 commit d84a745
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/cmd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ endif()
# Make a small static lib of command line functions
add_library(gz STATIC gz.cc ../FrameSemantics.cc)
target_link_libraries(gz
${PROJECT_LIBRARY_TARGET_NAME}
PUBLIC
${PROJECT_LIBRARY_TARGET_NAME}
PRIVATE
TINYXML2::TINYXML2
)

# Build sdf CLI executable
Expand Down

0 comments on commit d84a745

Please sign in to comment.