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 | |
parent | ae96b99509f50393d449a8b4702d62738cb1c5f4 (diff) |
fix libovr
-rw-r--r-- | .gitmodules | 12 | ||||
m--------- | LibOVR | 0 | ||||
m--------- | LibOVR-042 | 0 | ||||
m--------- | LibOVR-080 | 0 |
4 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 diff --git a/LibOVR b/LibOVR deleted file mode 160000 -Subproject b7c6ee8b7076e08c2109f013090025d223c457d diff --git a/LibOVR-042 b/LibOVR-042 new file mode 160000 +Subproject 822f3edbfaf608dab91ea59109b0ec4b7df123c diff --git a/LibOVR-080 b/LibOVR-080 new file mode 160000 +Subproject 822f3edbfaf608dab91ea59109b0ec4b7df123c |