2 changed files with 26 additions and 9 deletions
@ -0,0 +1,24 @@ |
|||||||
|
|
||||||
|
set(EXTRA_SRC) |
||||||
|
if(BUILD_TESTING) |
||||||
|
list(APPEND EXTRA_SRC |
||||||
|
SendMavCommandTest.cc |
||||||
|
) |
||||||
|
endif() |
||||||
|
|
||||||
|
add_library(Vehicle |
||||||
|
ADSBVehicle.cc |
||||||
|
GPSRTKFactGroup.cc |
||||||
|
MAVLinkLogManager.cc |
||||||
|
MultiVehicleManager.cc |
||||||
|
Vehicle.cc |
||||||
|
${EXTRA_SRC} |
||||||
|
) |
||||||
|
|
||||||
|
target_link_libraries(Vehicle |
||||||
|
PUBLIC |
||||||
|
qgc |
||||||
|
) |
||||||
|
|
||||||
|
target_include_directories(Vehicle PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) |
||||||
|
|
Loading…
Reference in new issue