Skip to content
Snippets Groups Projects
Commit 5df333fa authored by Julian Oes's avatar Julian Oes
Browse files

POSIX: include lockstep_scheduler in build

parent 6a78212a
No related branches found
No related tags found
No related merge requests found
......@@ -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})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment