mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
POSIX: include lockstep_scheduler in build
This commit is contained in:
parent
6a78212a6b
commit
5df333fa96
@ -55,6 +55,10 @@ add_library(px4_layer
|
||||
target_compile_definitions(px4_layer PRIVATE MODULE_NAME="px4")
|
||||
target_link_libraries(px4_layer PRIVATE work_queue)
|
||||
target_link_libraries(px4_layer PRIVATE px4_daemon)
|
||||
target_link_libraries(px4_layer PRIVATE lockstep_scheduler)
|
||||
|
||||
include_directories(${PX4_SOURCE_DIR}/src/platforms/posix/lockstep_scheduler/include)
|
||||
|
||||
|
||||
if (EXTRA_DEPENDS)
|
||||
add_dependencies(px4_layer ${EXTRA_DEPENDS})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user