platforms/posix: restore none SITL helper target for replay

This commit is contained in:
Daniel Agar 2022-09-21 22:11:42 -04:00
parent 77fdce9f3c
commit e58275e6f5

View File

@ -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