mirror of https://github.com/ArduPilot/ardupilot
8 lines
193 B
CMake
8 lines
193 B
CMake
|
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})
|