diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-08-18 05:01:06 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-09 10:27:48 +0200 |
commit | 9a87e2cb6e588641e3cff52655013594c492e033 (patch) | |
tree | a5550ad595ce5463fa744b2aec890b734c04671f /.gitmodules |
add submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4c5322e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,15 @@ +[submodule "aruco"] + path = aruco + url = https://github.com/opentrack/aruco.git +[submodule "LibOVR"] + path = LibOVR + url = https://github.com/opentrack/LibOVR.git +[submodule "flandmark"] + path = flandmark + url = https://github.com/uricamic/flandmark.git +[submodule "headtracker"] + path = headtracker + url = https://github.com/sthalik/headtracker.git +[submodule "opencv"] + path = opencv + url = https://github.com/Itseez/opencv.git |