mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
cmake: fix install target (add bin dir which includes the symlinks and px4-alias.sh)
This commit is contained in:
parent
4703f22d4e
commit
23b12f02e7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user