diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-29 07:32:05 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-09 10:27:55 +0200 |
commit | 1383f32aefb463a94754c8596eacae53d3302fd7 (patch) | |
tree | f172e4644afec99f3eb1c4b9a52ca4519013e68b | |
parent | 47d2fd392c35c2c10adffe2a6d9a868240518692 (diff) |
fix submodule
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | LibOVR-025 | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4c5322e..0883511 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,7 @@ [submodule "opencv"] path = opencv url = https://github.com/Itseez/opencv.git +[submodule "LibOVR-025"] + path = LibOVR-025 + url = https://github.com/opentrack/LibOVR + branch = branch-0.2.5 diff --git a/LibOVR-025 b/LibOVR-025 -Subproject a44f798382908314bb3882f9028336cbd66816f +Subproject f621e2d2fe1ebf2f5b764d2ace81e8d6bb7bbb8 |