chore: add eigen library for vector math

This commit is contained in:
Jan
2024-05-12 16:35:46 +02:00
parent b29089a61f
commit e0dd0ac9dc
5 changed files with 30 additions and 0 deletions

3
.gitmodules vendored
View File

@ -13,3 +13,6 @@
[submodule "thirdparty/json"]
path = thirdparty/json
url = https://github.com/nlohmann/json.git
[submodule "thirdparty/eigen"]
path = thirdparty/eigen
url = https://gitlab.com/libeigen/eigen.git