mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2024-11-25 00:53:43 +00:00
King_DuckZ
2467f2f12d
directories properly. It was looking for a relative path, but the base path would change across invocations of clone_submodules().
15 lines
430 B
Text
15 lines
430 B
Text
[submodule "test/gtest"]
|
|
path = test/gtest
|
|
url = https://github.com/google/googletest.git
|
|
[submodule "lib/pbl/pbl"]
|
|
path = lib/pbl/pbl
|
|
url = https://github.com/peterGraf/pbl.git
|
|
[submodule "lib/better-enums"]
|
|
path = lib/better-enums
|
|
url = https://github.com/aantron/better-enums
|
|
[submodule "lib/duckhandy"]
|
|
path = lib/duckhandy
|
|
url = ../duckhandy.git
|
|
[submodule "lib/incredis"]
|
|
path = lib/incredis
|
|
url = ../incredis.git
|