-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
36 lines (36 loc) · 1.42 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
[submodule ".\\ThirdParty\\xxHash"]
path = ThirdParty/xxHash
url = https://github.com/Cyan4973/xxHash.git
[submodule ".\\ThirdParty\\googletest"]
path = ThirdParty/googletest
url = https://github.com/google/googletest.git
[submodule ".\\ThirdParty\\cpu_info"]
path = ThirdParty/cpu_info
url = https://github.com/jacobmilligan/cpu_info.git
[submodule ".\\ThirdParty\\rapidjson"]
path = ThirdParty/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule ".\\ThirdParty\\rapidjson\\"]
path = ThirdParty/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "ThirdParty/volk"]
path = ThirdParty/volk
url = https://github.com/zeux/volk.git
[submodule "ThirdParty/VulkanMemoryAllocator"]
path = ThirdParty/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule ".\\ThirdParty\\lmdb"]
path = ThirdParty/lmdb
url = https://github.com/LMDB/lmdb.git
[submodule "ThirdParty/SPIRV-Reflect"]
path = ThirdParty/SPIRV-Reflect
url = https://github.com/chaoticbob/SPIRV-Reflect.git
[submodule "ThirdParty/relacy"]
path = ThirdParty/relacy
url = https://github.com/dvyukov/relacy.git
[submodule "ThirdParty/SPIRV-Tools"]
path = ThirdParty/SPIRV-Tools
url = https://github.com/KhronosGroup/SPIRV-Tools.git
[submodule "ThirdParty/SPIRV-Headers"]
path = ThirdParty/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers.git