Skip to content

Commit

Permalink
pkgconfig: add missing include directory
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Sep 6, 2022
1 parent 82f79ac commit 3abac02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mavsdk.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Description: API and library for MAVLink compatible systems written in C++17
Version: @MAVSDK_VERSION_STRING@
Requires.private: libcurl jsoncpp tinyxml2
Libs: -L"${libdir}" -lmavsdk
Cflags: -I"${includedir}"
Cflags: -I"${includedir}" -I"${includedir}/mavsdk"

0 comments on commit 3abac02

Please sign in to comment.