diff options
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 |
