package.cmake 901 B

12345678910111213141516
  1. set(_CATKIN_CURRENT_PACKAGE "autoware_launcher")
  2. set(autoware_launcher_VERSION "1.12.0")
  3. set(autoware_launcher_MAINTAINER "Isamu Takagi <isamu.takagi@tier4.jp>")
  4. set(autoware_launcher_PACKAGE_FORMAT "2")
  5. set(autoware_launcher_BUILD_DEPENDS "python-rospkg" "python_qt_binding" "rospy")
  6. set(autoware_launcher_BUILD_EXPORT_DEPENDS "python-rospkg" "python_qt_binding" "rospy")
  7. set(autoware_launcher_BUILDTOOL_DEPENDS "catkin")
  8. set(autoware_launcher_BUILDTOOL_EXPORT_DEPENDS )
  9. set(autoware_launcher_EXEC_DEPENDS "python-rospkg" "python_qt_binding" "rospy")
  10. set(autoware_launcher_RUN_DEPENDS "python-rospkg" "python_qt_binding" "rospy")
  11. set(autoware_launcher_TEST_DEPENDS "rostest" "python-nose" "python-requests")
  12. set(autoware_launcher_DOC_DEPENDS )
  13. set(autoware_launcher_URL_WEBSITE "")
  14. set(autoware_launcher_URL_BUGTRACKER "")
  15. set(autoware_launcher_URL_REPOSITORY "")
  16. set(autoware_launcher_DEPRECATED "")