forked from psmoveservice/PSMoveService
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
34 lines (34 loc) · 1.18 KB
/
.gitmodules
File metadata and controls
34 lines (34 loc) · 1.18 KB
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
[submodule "thirdparty/libusb"]
path = thirdparty/libusb
url = https://github.com/libusb/libusb.git
[submodule "thirdparty/hidapi"]
path = thirdparty/hidapi
url = https://github.com/cboulay/hidapi.git
[submodule "thirdparty/PS3EYEDriver"]
path = thirdparty/PS3EYEDriver
url = https://github.com/inspirit/PS3EYEDriver.git
[submodule "thirdparty/type_index"]
path = thirdparty/type_index
url = https://github.com/boostorg/type_index.git
[submodule "thirdparty/Boost.Application"]
path = thirdparty/Boost.Application
url = https://github.com/retf/Boost.Application.git
branch = 4.8
[submodule "thirdparty/protobuf"]
path = thirdparty/protobuf
url = https://github.com/google/protobuf.git
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "thirdparty/stb"]
path = thirdparty/stb
url = https://github.com/nothings/stb.git
[submodule "thirdparty/SDL2"]
path = thirdparty/SDL2
url = https://github.com/spurious/SDL-mirror.git
[submodule "thirdparty/eigen"]
path = thirdparty/eigen
url = https://github.com/RLovelett/eigen.git
[submodule "thirdparty/openvr"]
path = thirdparty/openvr
url = https://github.com/ValveSoftware/openvr.git