-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.gitmodules
35 lines (35 loc) · 1.14 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[submodule "android-cmake"]
path = android-cmake
url = https://github.com/OSVR/android-cmake.git
branch = with-updates-merged
[submodule "src/libfunctionality"]
path = src/libfunctionality
url = https://github.com/OSVR/libfunctionality.git
branch = master
[submodule "src/jsoncpp"]
path = src/jsoncpp
url = https://github.com/vrpn/jsoncpp.git
[submodule "src/boost"]
path = src/boost
url = https://github.com/MysticTreeGames/Boost-for-Android
[submodule "src/hidapi"]
path = src/hidapi
url = https://github.com/signal11/hidapi
[submodule "src/libusb"]
path = src/libusb
url = https://github.com/libusb/libusb
[submodule "src/OSVR-Core"]
path = src/OSVR-Core
url = https://github.com/OSVR/OSVR-Core.git
branch = master
fetchRecurseSubmodules = true
[submodule "src/android_sensor_tracker"]
path = src/android_sensor_tracker
url = https://github.com/OSVR/OSVR-Android-Plugins.git
[submodule "src/OSVR-RenderManager"]
path = src/OSVR-RenderManager
url = https://github.com/sensics/OSVR-RenderManager.git
[submodule "src/OSVR-Unity-Rendering"]
path = src/OSVR-Unity-Rendering
url = https://github.com/OSVR/OSVR-Unity-Rendering.git
branch = d3d_capi