-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
62 lines (62 loc) · 1.9 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[submodule "libs/sqlite3"]
path = libs/sqlite3
url = https://github.com/ECU-IR/sqlite3.git
ignore = dirty
[submodule "libs/irsdk"]
path = extern/irsdk
url = https://github.com/ECU-IR/irsdk.git
ignore = dirty
[submodule "libs/libmicrohttpd"]
path = libs/libmicrohttpd
url = https://github.com/ECU-IR/libmicrohttpd.git
ignore = dirty
[submodule "libs/inih"]
path = libs/inih
url = https://github.com/ECU-IR/inih.git
ignore = dirty
[submodule "libs/g3logger"]
path = extern/g3logger
url = https://github.com/ECU-IR/g3log.git
ignore = dirty
[submodule "libs/json"]
path = extern/json
url = https://github.com/ECU-IR/json.git
[submodule "tools/build/export-compile-commands"]
path = tools/build/export-compile-commands
url = https://github.com/tarruda/premake-export-compile-commands.git
ignore = dirty
[submodule "libs/vJoydriver"]
path = extern/vJoydriver
url = https://github.com/ECU-IR/vjoy.git
ignore = dirty
[submodule "extern/gflags"]
path = extern/gflags
url = https://github.com/gflags/gflags.git
ignore = dirty
[submodule "extern/luajit-2.0"]
path = extern/luajit-2.0
url = http://luajit.org/git/luajit-2.0.git
ignore = dirty
[submodule "extern/libmicrohttpd"]
path = extern/libmicrohttpd
url = https://github.com/ECU-IR/libmicrohttpd
ignore = dirty
[submodule "extern/websocketpp"]
path = extern/websocketpp
url = https://github.com/zaphoyd/websocketpp.git
ignore = dirty
[submodule "extern/openssl"]
path = extern/openssl
url = https://github.com/ECU-IR/openssl.git
ignore = dirty
[submodule "extern/asio"]
path = extern/asio
url = https://github.com/chriskohlhoff/asio.git
ignore = dirty
[submodule "src/tests/googletest"]
path = src/tests/googletest
url = https://github.com/google/googletest.git
ignore = dirty
[submodule "cmake/ucm"]
path = cmake/ucm
url = https://github.com/onqtam/ucm.git