package.xml 513 B

123456789101112131415161718192021
  1. <?xml version="1.0"?>
  2. <package format="2">
  3. <name>gtsam</name>
  4. <version>4.1.0</version>
  5. <description>gtsam</description>
  6. <maintainer email="gtsam@lists.gatech.edu">Frank Dellaert</maintainer>
  7. <license>BSD</license>
  8. <buildtool_depend>cmake</buildtool_depend>
  9. <build_depend>boost</build_depend>
  10. <build_depend>eigen</build_depend>
  11. <build_depend>tbb</build_depend>
  12. <export>
  13. <!-- Specify that this is not really a Catkin package-->
  14. <build_type>cmake</build_type>
  15. </export>
  16. </package>