forked from gazebosim/gz-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
28 lines (24 loc) · 824 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<package format="2">
<name>gz-common6</name>
<version>6.0.0</version>
<description>Gazebo Common : AV, Graphics, Events, and much more.</description>
<maintainer email="[email protected]">Nate Koenig</maintainer>
<license>Apache License 2.0</license>
<url type="website">https://github.com/gazebosim/gz-common</url>
<buildtool_depend>cmake</buildtool_depend>
<buildtool_depend>pkg-config</buildtool_depend>
<build_depend>gz-cmake4</build_depend>
<depend>assimp-dev</depend>
<depend>ffmpeg-dev</depend>
<depend>gz-math8</depend>
<depend>gz-utils3</depend>
<depend>libfreeimage-dev</depend>
<depend>libgdal-dev</depend>
<depend>spdlog</depend>
<depend>tinyxml2</depend>
<depend>uuid</depend>
<export>
<build_type>cmake</build_type>
</export>
</package>