Files
clice/.gitmodules
2024-11-27 22:24:11 +08:00

18 lines
404 B
Plaintext

[submodule "deps/llvm"]
path = deps/llvm
url = https://github.com/llvm/llvm-project.git
branch = main
[submodule "deps/libuv"]
path = deps/libuv
url = https://github.com/libuv/libuv.git
branch = v1.x
[submodule "deps/toml"]
path = deps/toml
url = https://github.com/marzer/tomlplusplus.git
[submodule "deps/googletest"]
path = deps/googletest
url = https://github.com/google/googletest.git