mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 16:56:25 +08:00
Link rc against nuttx_fs in nuttx builds
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
committed by
Daniel Agar
parent
9e999a39be
commit
32c53ff2dd
@@ -50,3 +50,7 @@ target_link_libraries(rc PRIVATE prebuild_targets)
|
||||
if(PX4_TESTING AND (${PX4_PLATFORM} MATCHES "posix"))
|
||||
add_subdirectory(rc_tests)
|
||||
endif()
|
||||
|
||||
if(${PX4_PLATFORM} MATCHES "nuttx")
|
||||
target_link_libraries(rc PRIVATE nuttx_fs)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user