blob: 0ca4ffd2ccb07a852612d2afca16b3c8a9a31db3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[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
[submodule "third_party/libarchive"]
path = third_party/libarchive
url = https://github.com/libarchive/libarchive.git
|