diff options
| author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-04-22 16:05:43 +0200 | 
|---|---|---|
| committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-04-22 16:05:43 +0200 | 
| commit | cb6c517995d88fc80713bb2b77698ab7ce209f3f (patch) | |
| tree | b7a0bebccb5090f3d34dcc93705d0fc3bd915497 /.gitmodules | |
| parent | 9f5c65e5cd2f9ac69848a30fc848511e7493eee3 (diff) | |
| download | code-cb6c517995d88fc80713bb2b77698ab7ce209f3f.tar.gz code-cb6c517995d88fc80713bb2b77698ab7ce209f3f.tar.bz2 code-cb6c517995d88fc80713bb2b77698ab7ce209f3f.zip | |
Switched to eigen as submodule.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/.gitmodules b/.gitmodules index a14394b..d4fedac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@  [submodule "pcg-cpp"]  	path = pcg-cpp  	url = https://github.com/imneme/pcg-cpp +[submodule "eigen"] +	path = eigen +	url = https://gitlab.com/libeigen/eigen/ | 
