File: CMakeLists.txt

package info (click to toggle)
ros-gencpp 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: python: 147; xml: 26; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
install(
  FILES msg.h.template srv.h.template
  DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})

catkin_install_python(
  PROGRAMS gen_cpp.py
  DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})