blob: e05878f7f0f9de24110be1f47f6572edb49921cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[submodule "third_party/qt-aes"]
path = third_party/qt-aes
url = https://github.com/bricke/Qt-AES.git
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "third_party/mimalloc"]
path = third_party/mimalloc
url = https://github.com/microsoft/mimalloc.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
|