|
|
@@ -30,6 +30,10 @@
|
|
|
path = libs/iostreams
|
|
|
url = ../iostreams.git
|
|
|
fetchRecurseSubmodules = on-demand
|
|
|
+[submodule "asio"]
|
|
|
+ path = libs/asio
|
|
|
+ url = ../asio.git
|
|
|
+ fetchRecurseSubmodules = on-demand
|
|
|
[submodule "foreach"]
|
|
|
path = libs/foreach
|
|
|
url = ../foreach.git
|
|
|
@@ -282,3 +286,11 @@
|
|
|
path = libs/concept_check
|
|
|
url = ../concept_check.git
|
|
|
fetchRecurseSubmodules = on-demand
|
|
|
+[submodule "interprocess"]
|
|
|
+ path = libs/interprocess
|
|
|
+ url = ../interprocess.git
|
|
|
+ fetchRecurseSubmodules = on-demand
|
|
|
+[submodule "fusion"]
|
|
|
+ path = libs/fusion
|
|
|
+ url = ../fusion.git
|
|
|
+ fetchRecurseSubmodules = on-demand
|