Browse Source

Use all mavlink includes instead of ardupilotmega for cmake build

Switched mavlink include option from 'ardupilotmega' to 'all' in the CMakeLists file. This modification will allow the use of all the functionalities offered by the mavlink library. the range of functionalities that can be utilized from the mavlink library.
QGC4.4
Sergii Lisovenko 1 year ago committed by Beat Küng
parent
commit
12daef2f00
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -164,7 +164,7 @@ include_directories( @@ -164,7 +164,7 @@ include_directories(
libs/libevents
libs/mavlink/include/mavlink/v2.0
libs/mavlink/include/mavlink/v2.0/ardupilotmega
libs/mavlink/include/mavlink/v2.0/all
libs/mavlink/include/mavlink/v2.0/common
libs/shapelib

Loading…
Cancel
Save