mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
cmake: fix install target (add bin dir which includes the symlinks and px4-alias.sh)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user