mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
5d6bed2814
these are needed for the latest PX4Firmware build
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})
|