PACKAGE

<?xml version="1.0"?>
<package format="3">
  <name>tensorrt_cmake_module</name>
  <version>0.0.3</version>
  <description>Exports a CMake module to find TensorRT.</description>

  <author email="daisuke.nishimatsu@tier4.jp">Daisuke Nishimatsu</author>
  <maintainer email="daisuke.nishimatsu@tier4.jp">Daisuke Nishimatsu</maintainer>

  <license>Apache License 2.0</license>

  <buildtool_depend>ament_cmake</buildtool_depend>

  <test_depend>ament_cmake_copyright</test_depend>
  <test_depend>ament_cmake_lint_cmake</test_depend>
  <test_depend>ament_cmake_xmllint</test_depend>

  <export>
    <build_type>ament_cmake</build_type>
  </export>
</package>