Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gz-cmake3</name>
<version>3.4.1</version>
<description>Gazebo CMake : CMake Modules for Gazebo Projects</description>

<maintainer email="grey@openrobotics.org">Michael X Grey</maintainer>
Comment thread
azeey marked this conversation as resolved.
Outdated

<license>Apache License 2.0</license>

<url type="website">https://github.com/gazebosim/gz-cmake</url>

<buildtool_depend>cmake</buildtool_depend>
Comment thread
azeey marked this conversation as resolved.
<buildtool_depend>pkg-config</buildtool_depend>
Comment thread
azeey marked this conversation as resolved.

<export>
<build_type>cmake</build_type>
</export>
</package>