aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJohan Jansen <jnsn.johan@gmail.com>2015-03-17 11:34:04 +0100
committerJohan Jansen <jnsn.johan@gmail.com>2015-03-17 11:34:04 +0100
commitb3e6d911becc087c26fd4c40a6b2dd5381371e02 (patch)
tree2763af91c62902e8355e440df5c27a0531636cd4 /.gitmodules
parentbba6f0ae1d484bba367121e8d33c60a193420353 (diff)
downloadpx4-firmware-b3e6d911becc087c26fd4c40a6b2dd5381371e02.tar.gz
px4-firmware-b3e6d911becc087c26fd4c40a6b2dd5381371e02.tar.bz2
px4-firmware-b3e6d911becc087c26fd4c40a6b2dd5381371e02.zip
Eigen: Add eigen as a submodule
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index c869803b7..6a4f815d4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -16,3 +16,6 @@
[submodule "unittests/gtest"]
path = unittests/gtest
url = https://github.com/sjwilks/gtest.git
+[submodule "src/lib/eigen"]
+ path = src/lib/eigen
+ url = https://github.com/PX4/eigen.git