mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-25 10:52:11 +01:00
55cba70bd7
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3149 ebee16cc-31ac-478f-84a7-5cbb03baadba
To use Eigen in a GCS plugin, just add a relative INCLUDEPATH directive to that plugin's project file. ex: INCLUDPATH += ../../libs/eigen Eigen is a header-only template library. It is included because noone aught to be reinventing their own linear algebra library.