Skip to content
Snippets Groups Projects
Commit 23b12f02 authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier
Browse files

cmake: fix install target (add bin dir which includes the symlinks and px4-alias.sh)

parent 4703f22d
No related branches found
No related tags found
No related merge requests found
......@@ -114,14 +114,6 @@ endif()
# install
#
# px4 app
install(
TARGETS
px4
DESTINATION
${PROJECT_NAME}
)
# px4 dirs
install(
DIRECTORY
......@@ -130,6 +122,7 @@ install(
${PROJECT_SOURCE_DIR}/posix-configs
${PROJECT_SOURCE_DIR}/ROMFS
${PROJECT_SOURCE_DIR}/test
${CMAKE_RUNTIME_OUTPUT_DIRECTORY}
DESTINATION
${PROJECT_NAME}
USE_SOURCE_PERMISSIONS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment