2 changed files with 23 additions and 14 deletions
@ -0,0 +1,21 @@ |
|||||||
|
|
||||||
|
add_library(Settings |
||||||
|
AppSettings.cc |
||||||
|
AutoConnectSettings.cc |
||||||
|
BrandImageSettings.cc |
||||||
|
FlightMapSettings.cc |
||||||
|
GuidedSettings.cc |
||||||
|
RTKSettings.cc |
||||||
|
SettingsGroup.cc |
||||||
|
SettingsManager.cc |
||||||
|
UnitsSettings.cc |
||||||
|
VideoSettings.cc |
||||||
|
) |
||||||
|
|
||||||
|
target_link_libraries(Settings |
||||||
|
PUBLIC |
||||||
|
qgc |
||||||
|
) |
||||||
|
|
||||||
|
target_include_directories(Settings PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) |
||||||
|
|
Loading…
Reference in new issue