cmake: package create tarball

This commit is contained in:
Anthony Lamping
2018-05-07 12:38:53 -04:00
committed by Daniel Agar
parent a3c13e0fbe
commit ef5de4de87
3 changed files with 46 additions and 59 deletions

View File

@@ -110,6 +110,7 @@ install(
${PROJECT_SOURCE_DIR}/test
DESTINATION
${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}
USE_SOURCE_PERMISSIONS
)
# px4 files
@@ -127,11 +128,12 @@ install(
${PROJECT_SOURCE_DIR}/Tools/ecl_ekf
DESTINATION
${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}/Tools
USE_SOURCE_PERMISSIONS
)
# px4 Tools files
install(
FILES
PROGRAMS
${PROJECT_SOURCE_DIR}/Tools/setup_gazebo.bash
${PROJECT_SOURCE_DIR}/Tools/upload_log.py
DESTINATION