2 changed files with 19 additions and 8 deletions
@ -0,0 +1,17 @@ |
|||||||
|
|
||||||
|
add_library(VehicleSetup |
||||||
|
Bootloader.cc |
||||||
|
FirmwareImage.cc |
||||||
|
FirmwareUpgradeController.cc |
||||||
|
JoystickConfigController.cc |
||||||
|
PX4FirmwareUpgradeThread.cc |
||||||
|
VehicleComponent.cc |
||||||
|
) |
||||||
|
|
||||||
|
target_link_libraries(VehicleSetup |
||||||
|
PUBLIC |
||||||
|
qgc |
||||||
|
) |
||||||
|
|
||||||
|
target_include_directories(VehicleSetup PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) |
||||||
|
|
Loading…
Reference in new issue