diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2021-06-24 14:15:57 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2021-06-24 14:15:57 +0200 |
commit | 9c93f4c713505499e45fbe01a61a683297e68060 (patch) | |
tree | 880e284542cd1db12a7615317b1d97b949bced5c | |
parent | 12f89e9b53116b8889ff7e960cd7ba41052ce05d (diff) | |
download | lattice_glass-9c93f4c713505499e45fbe01a61a683297e68060.tar.gz lattice_glass-9c93f4c713505499e45fbe01a61a683297e68060.tar.bz2 lattice_glass-9c93f4c713505499e45fbe01a61a683297e68060.zip |
Added submodule dependancies.
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | pcg-cpp | 0 | ||||
m--------- | randutils | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d9c0c06 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "randutils"] + path = randutils + url = https://gist.github.com/makokal/3bf4f1f66b9686384f75 +[submodule "pcg-cpp"] + path = pcg-cpp + url = https://github.com/imneme/pcg-cpp diff --git a/pcg-cpp b/pcg-cpp new file mode 160000 +Subproject ffd522e7188bef30a00c74dc7eb9de5faff9009 diff --git a/randutils b/randutils new file mode 160000 +Subproject 8486a610a954a8248c12485fb4cfc390a5f5f85 |