mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
17 lines
534 B
Plaintext
17 lines
534 B
Plaintext
[submodule "dep/googletest/googletest"]
|
|
path = dep/googletest/googletest
|
|
url = https://github.com/google/googletest.git
|
|
branch = master
|
|
[submodule "dep/function2/function2"]
|
|
path = dep/function2/function2
|
|
url = https://github.com/Naios/function2.git
|
|
branch = master
|
|
[submodule "dep/asio/asio"]
|
|
path = dep/asio/asio
|
|
url = https://github.com/chriskohlhoff/asio.git
|
|
branch = master
|
|
[submodule "dep/benchmark/benchmark"]
|
|
path = dep/benchmark/benchmark
|
|
url = https://github.com/google/benchmark.git
|
|
branch = master
|