forked from citizenfx/fivem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
78 lines (78 loc) · 2.42 KB
/
.gitmodules
File metadata and controls
78 lines (78 loc) · 2.42 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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[submodule "vendor/jitasm"]
path = vendor/jitasm
url = http://tohjo.eu/citidev/jitasm.git
branch = master
[submodule "vendor/yaml-cpp"]
path = vendor/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "vendor/msgpack-c"]
path = vendor/msgpack-c
url = https://github.com/msgpack/msgpack-c.git
[submodule "vendor/zlib"]
path = vendor/zlib
url = https://github.com/madler/zlib.git
[submodule "vendor/protobuf"]
path = vendor/protobuf
url = https://github.com/google/protobuf.git
[submodule "vendor/breakpad"]
path = vendor/breakpad
url = https://chromium.googlesource.com/breakpad/breakpad
[submodule "vendor/udis86"]
path = vendor/udis86
url = https://github.com/vmt/udis86.git
branch = master
[submodule "vendor/tinyxml2"]
path = vendor/tinyxml2
url = https://github.com/leethomason/tinyxml2.git
[submodule "vendor/cpp-uri"]
path = vendor/cpp-uri
url = https://github.com/cpp-netlib/uri.git
[submodule "vendor/picohttpparser"]
path = vendor/picohttpparser
url = https://github.com/h2o/picohttpparser.git
[submodule "vendor/libssh"]
path = vendor/libssh
url = https://github.com/citizenfx/libssh.git
[submodule "vendor/xz"]
path = vendor/xz
url = http://git.tukaani.org/xz.git
[submodule "vendor/curl"]
path = vendor/curl
url = https://github.com/bagder/curl.git
[submodule "vendor/leveldb"]
path = vendor/leveldb
url = https://github.com/citizenfx/leveldb.git
[submodule "vendor/minhook"]
path = vendor/minhook
url = https://github.com/TsudaKageyu/minhook.git
[submodule "vendor/rapidjson"]
path = vendor/rapidjson
url = https://github.com/miloyip/rapidjson.git
[submodule "vendor/libuv"]
path = vendor/libuv
url = https://github.com/libuv/libuv.git
[submodule "vendor/fmtlib"]
path = vendor/fmtlib
url = https://github.com/fmtlib/fmt.git
[submodule "vendor/nghttp2"]
path = vendor/nghttp2
url = https://github.com/nghttp2/nghttp2
[submodule "vendor/cpr"]
path = vendor/cpr
url = https://github.com/whoshuu/cpr.git
[submodule "vendor/enet"]
path = vendor/enet
url = https://github.com/freeminer/enet.git
branch = ipv6
[submodule "vendor/imgui"]
path = vendor/imgui
url = https://github.com/ocornut/imgui.git
[submodule "vendor/tbb"]
path = vendor/tbb
url = https://github.com/01org/tbb.git
[submodule "vendor/cpprestsdk"]
path = vendor/cpprestsdk
url = https://github.com/Microsoft/cpprestsdk.git
[submodule "vendor/linenoise-ng"]
path = vendor/linenoise-ng
url = https://github.com/arangodb/linenoise-ng.git