Skip to content

Commit

Permalink
[CMake] install package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Apr 21, 2021
1 parent 421bf2f commit bee80a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ ADD_LIBRARY(${PROJECT_NAME} INTERFACE)
INSTALL(TARGETS ${PROJECT_NAME} EXPORT ${TARGETS_EXPORT_NAME} DESTINATION lib)

ADD_SUBDIRECTORY(src)

INSTALL(FILES package.xml DESTINATION share/${PROJECT_NAME})

0 comments on commit bee80a7

Please sign in to comment.