Skip to content

Commit

Permalink
Install basic package.xml for rosdep resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbovbel committed Apr 26, 2024
1 parent b60bc7b commit 7b70c36
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ install(FILES "${PROJECT_BINARY_DIR}/${PROJECT_NAME}Config.cmake"
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/cmake)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/include DESTINATION include)

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

if(ENABLE_TESTS)
# The test targets
add_executable(testStatsdClient ${CMAKE_CURRENT_SOURCE_DIR}/tests/testStatsdClient.cpp)
Expand Down
19 changes: 19 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<package format="2">
<name>cpp-statsd-client</name>
<version>1.0.0</version>
<description>cpp-statsd-client package</description>

<maintainer email="pbovbel@locusrobotics.com">Paul Bovbel</maintainer>

<license>MIT</license>
<buildtool_depend>cmake</buildtool_depend>

<!-- <depend>build-essentials</depend> -->

<!-- The export tag contains other, unspecified, tags -->
<export>
<build_type>cmake</build_type>
<pip_requirements>requirements.txt</pip_requirements>
</export>
</package>

0 comments on commit 7b70c36

Please sign in to comment.