diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-12-10 14:28:30 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-12-10 14:28:30 +0100 |
commit | a0e09642be5b63704ec48778b4f87e9843949ecf (patch) | |
tree | de9ff1426ede4c74331661876306e5fbd1626e8e /.gitmodules | |
download | code-a0e09642be5b63704ec48778b4f87e9843949ecf.tar.gz code-a0e09642be5b63704ec48778b4f87e9843949ecf.tar.bz2 code-a0e09642be5b63704ec48778b4f87e9843949ecf.zip |
Initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c1474be --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "eigen"] + path = eigen + url = https://gitlab.com/libeigen/eigen +[submodule "pcg-cpp"] + path = pcg-cpp + url = https://github.com/imneme/pcg-cpp +[submodule "randutils"] + path = randutils + url = https://gist.github.com/imneme/540829265469e673d045 |