mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
platforms/posix: restore none SITL helper target for replay
This commit is contained in:
parent
77fdce9f3c
commit
e58275e6f5
@ -134,6 +134,14 @@ elseif("${PX4_BOARD}" MATCHES "sitl")
|
||||
include(sitl_tests)
|
||||
endif()
|
||||
|
||||
# "none" legacy SITL helper target
|
||||
add_custom_target(none
|
||||
COMMAND $<TARGET_FILE:px4>
|
||||
WORKING_DIRECTORY ${SITL_WORKING_DIR}
|
||||
USES_TERMINAL
|
||||
DEPENDS px4
|
||||
)
|
||||
|
||||
# install
|
||||
|
||||
# px4 dirs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user