You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
300 B
17 lines
300 B
|
|
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}) |
|
|
|
|