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.
19 lines
415 B
19 lines
415 B
6 years ago
|
add_library(FactControls
|
||
|
FactPanelController.cc
|
||
|
)
|
||
|
|
||
|
add_custom_target(FactControlsQml
|
||
|
SOURCES
|
||
|
AltitudeFactTextField.qml
|
||
|
FactCheckBox.qml
|
||
|
FactLabel.qml
|
||
|
FactTextField.qml
|
||
|
FactTextFieldSlider.qml
|
||
|
FactBitmask.qml
|
||
|
FactComboBox.qml
|
||
|
FactTextFieldGrid.qml
|
||
|
FactTextFieldRow.qml
|
||
|
FactValueSlider.qml
|
||
|
)
|
||
|
|
||
|
target_link_libraries(FactControls qgc)
|