ardupilot/mk/PX4/Tools/gencpp/scripts/CMakeLists.txt
Andrew Tridgell 5d6bed2814 PX4: added genmsg and gencpp tools
these are needed for the latest PX4Firmware build
2015-02-14 12:25:44 +11:00

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})