forked from raisimTech/raisimOgre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
23 lines (23 loc) · 849 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
<?xml version="1.0"?>
<package format="2">
<!--Package Header-->
<name>raisim_ogre</name>
<version>0.0.0</version>
<description>The raisim_ogre library CMake package.</description>
<license>Proprietary</license>
<url type="website">http://bitbucket.org/jhwangbo/raiSim</url>
<maintainer email="[email protected]">Jemin Hwangbo</maintainer>
<author email="[email protected]">Jemin Hwangbo</author>
<!--Package Dependencies-->
<buildtool_depend>cmake</buildtool_depend>
<exec_depend>catkin</exec_depend>
<build_depend>raisim</build_depend>
<build_depend>sdl2</build_depend>
<build_depend>zziplib</build_depend>
<build_depend>zlib</build_depend>
<build_depend>libogre-dev</build_depend>
<!--Package Export-->
<export>
<build_type>cmake</build_type>
</export>
</package>