Skip to content

Commit

Permalink
chore: cmake and package cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dracad-greenroom committed Sep 10, 2024
1 parent 7a9519d commit ea05e6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ target_sources("libxmlmm"

install(
TARGETS "libxmlmm"
DESTINATION ${CMAKE_INSTALL_LIBDIR})
DESTINATION lib)
install(
DIRECTORY "libxmlmm"
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/libxmlmm
DIRECTORY "libxmlmm/"
DESTINATION include
FILES_MATCHING PATTERN "*.h")
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<description>Libxmlmm is a C++ wrapper for libxml 2.0 that only relies on standard C++ and libxml2</description>
<maintainer email="denis.draca@greenroomrobotics.com">Denis Draca</maintainer>
<license>BSL</license>
<depend>libxml2</depend>

<url type="website">https://github.com/Greenroom-Robotics/libxmlmm</url>

Expand Down

0 comments on commit ea05e6e

Please sign in to comment.