-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
78 lines (78 loc) · 2.93 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[submodule "ThirdParty/xxhash_cpp"]
path = ThirdParty/xxhash_cpp
url = https://github.com/RedSpah/xxhash_cpp
[submodule "ThirdParty/doctest"]
path = ThirdParty/doctest
url = https://github.com/onqtam/doctest
[submodule "ThirdParty/spdlog"]
path = ThirdParty/spdlog
url = https://github.com/gabime/spdlog
[submodule "ThirdParty/SDL"]
path = ThirdParty/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "ThirdParty/imgui"]
path = ThirdParty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "ThirdParty/cglm"]
path = ThirdParty/cglm
url = https://github.com/recp/cglm.git
[submodule "ThirdParty/yaml-cpp"]
path = ThirdParty/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "ThirdParty/bgfx.cmake"]
path = ThirdParty/bgfx.cmake
url = https://github.com/bkaradzic/bgfx.cmake.git
[submodule "ThirdParty/debugbreak"]
path = ThirdParty/debugbreak
url = https://github.com/scottt/debugbreak.git
[submodule "ThirdParty/box2d"]
path = ThirdParty/box2d
url = https://github.com/erincatto/box2d.git
[submodule "ThirdParty/boost/unordered"]
path = ThirdParty/boost/unordered
url = https://github.com/boostorg/unordered.git
[submodule "ThirdParty/boost/assert"]
path = ThirdParty/boost/assert
url = https://github.com/boostorg/assert.git
[submodule "ThirdParty/boost/config"]
path = ThirdParty/boost/config
url = https://github.com/boostorg/config.git
[submodule "ThirdParty/boost/container_hash"]
path = ThirdParty/boost/container_hash
url = https://github.com/boostorg/container_hash.git
[submodule "ThirdParty/boost/core"]
path = ThirdParty/boost/core
url = https://github.com/boostorg/core.git
[submodule "ThirdParty/boost/move"]
path = ThirdParty/boost/move
url = https://github.com/boostorg/move.git
[submodule "ThirdParty/boost/mp11"]
path = ThirdParty/boost/mp11
url = https://github.com/boostorg/mp11.git
[submodule "ThirdParty/boost/predef"]
path = ThirdParty/boost/predef
url = https://github.com/boostorg/predef.git
[submodule "ThirdParty/boost/preprocessor"]
path = ThirdParty/boost/preprocessor
url = https://github.com/boostorg/preprocessor.git
[submodule "ThirdParty/boost/throw_exception"]
path = ThirdParty/boost/throw_exception
url = https://github.com/boostorg/throw_exception.git
[submodule "ThirdParty/boost/tuple"]
path = ThirdParty/boost/tuple
url = https://github.com/boostorg/tuple.git
[submodule "ThirdParty/boost/type_traits"]
path = ThirdParty/boost/type_traits
url = https://github.com/boostorg/type_traits.git
[submodule "ThirdParty/boost/describe"]
path = ThirdParty/boost/describe
url = https://github.com/boostorg/describe.git
[submodule "ThirdParty/boost/static_assert"]
path = ThirdParty/boost/static_assert
url = https://github.com/boostorg/static_assert.git
[submodule "ThirdParty/tracy"]
path = ThirdParty/tracy
url = https://github.com/wolfpld/tracy.git
[submodule "CMake/CMakeUnitFramework"]
path = CMake/CMakeUnitFramework
url = https://github.com/KonstantinTomashevich/CMakeUnitFramework