summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2024-12-10 14:28:30 +0100
committerJaron Kent-Dobias <jaron@kent-dobias.com>2024-12-10 14:28:30 +0100
commita0e09642be5b63704ec48778b4f87e9843949ecf (patch)
treede9ff1426ede4c74331661876306e5fbd1626e8e /.gitmodules
downloadcode-a0e09642be5b63704ec48778b4f87e9843949ecf.tar.gz
code-a0e09642be5b63704ec48778b4f87e9843949ecf.tar.bz2
code-a0e09642be5b63704ec48778b4f87e9843949ecf.zip
Initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
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