You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
339 B

  1. cmake_minimum_required(VERSION 3.0.2)
  2. project(stretch_dashboard)
  3. find_package(catkin REQUIRED)
  4. catkin_python_setup()
  5. catkin_package()
  6. install(FILES plugin.xml
  7. DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
  8. )
  9. catkin_install_python(PROGRAMS scripts/dashboard
  10. DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
  11. )