Skip to content

Commit

Permalink
add missing source files to CMakeLists.txt
Browse files Browse the repository at this point in the history
files added in mavlink#9904
  - AutotuneUI.qml was added twice
  - Autotune.cpp was not added to CMakeLists.txt
  • Loading branch information
kistlin committed Nov 1, 2021
1 parent bbd9b32 commit abf64c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/QmlControls/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ add_custom_target(QmlControlsQml
PreFlightCheckList.qml
PreFlightCheckModel.qml
QGCButton.qml
AutotuneUI.qml
QGCCheckBox.qml
QGCColoredImage.qml
QGCComboBox.qml
Expand Down
2 changes: 2 additions & 0 deletions src/Vehicle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ if(BUILD_TESTING)
endif()

add_library(Vehicle
Autotune.cpp
Autotune.h
CompInfo.cc
CompInfo.h
CompInfoEvents.cc
Expand Down

0 comments on commit abf64c6

Please sign in to comment.