diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-29 09:59:13 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-09 10:27:56 +0200 |
| commit | c1a889ff68387863030ccd7d1f63cfeb33267b61 (patch) | |
| tree | f7cb072e14375a9876ac0dc790c07124d104b0ce /.gitmodules | |
| parent | ae96b99509f50393d449a8b4702d62738cb1c5f4 (diff) | |
fix libovr
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index aa4da80..8b91638 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,6 @@ [submodule "aruco"] path = aruco url = https://github.com/opentrack/aruco.git -[submodule "LibOVR"] - path = LibOVR - url = https://github.com/opentrack/LibOVR.git - branch = master [submodule "flandmark"] path = flandmark url = https://github.com/uricamic/flandmark.git @@ -17,4 +13,10 @@ [submodule "LibOVR-025"] path = LibOVR-025 url = https://github.com/opentrack/LibOVR - branch = branch-0.2.5 + branch = branch-025 +[submodule "LibOVR-080"] + path = LibOVR-080 + url = https://github.com/opentrack/LibOVR +[submodule "LibOVR-042"] + path = LibOVR-042 + url = https://github.com/opentrack/LibOVR |
