diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-12-25 10:13:23 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-12-25 10:13:23 +0100 |
commit | dd1b4776224507978b483dc696bdad57d08b75cb (patch) | |
tree | fb495e16c6d29daa304181935a6f224f48294600 /.gitmodules | |
download | code-dd1b4776224507978b483dc696bdad57d08b75cb.tar.gz code-dd1b4776224507978b483dc696bdad57d08b75cb.tar.bz2 code-dd1b4776224507978b483dc696bdad57d08b75cb.zip |
Added submodules.
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..ee47053 --- /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 |