mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-24 13:54:16 +01:00
6 lines
267 B
Plaintext
6 lines
267 B
Plaintext
|
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.
|