|
|
@@ -42,6 +42,10 @@
|
|
|
path = libs/config
|
|
|
url = ../config.git
|
|
|
fetchRecurseSubmodules = on-demand
|
|
|
+[submodule "interprocess"]
|
|
|
+ path = libs/interprocess
|
|
|
+ url = ../interprocess.git
|
|
|
+ fetchRecurseSubmodules = on-demand
|
|
|
[submodule "exception"]
|
|
|
path = libs/exception
|
|
|
url = ../exception.git
|
|
|
@@ -182,6 +186,14 @@
|
|
|
path = libs/optional
|
|
|
url = ../optional.git
|
|
|
fetchRecurseSubmodules = on-demand
|
|
|
+[submodule "property_tree"]
|
|
|
+ path = libs/property_tree
|
|
|
+ url = ../property_tree.git
|
|
|
+ fetchRecurseSubmodules = on-demand
|
|
|
+[submodule "bimap"]
|
|
|
+ path = libs/bimap
|
|
|
+ url = ../bimap.git
|
|
|
+ fetchRecurseSubmodules = on-demand
|
|
|
[submodule "variant"]
|
|
|
path = libs/variant
|
|
|
url = ../variant.git
|
|
|
@@ -286,7 +298,35 @@
|
|
|
path = libs/pool
|
|
|
url = ../pool.git
|
|
|
fetchRecurseSubmodules = on-demand
|
|
|
+[submodule "fusion"]
|
|
|
+ path = libs/fusion
|
|
|
+ url = ../fusion.git
|
|
|
+ fetchRecurseSubmodules = on-demand
|
|
|
+[submodule "function_types"]
|
|
|
+ path = libs/function_types
|
|
|
+ url = ../function_types.git
|
|
|
+ fetchRecurseSubmodules = on-demand
|
|
|
+[submodule "gil"]
|
|
|
+ path = libs/gil
|
|
|
+ url = ../gil.git
|
|
|
+ fetchRecurseSubmodules = on-demand
|
|
|
+[submodule "intrusive"]
|
|
|
+ path = libs/intrusive
|
|
|
+ url = ../intrusive.git
|
|
|
+ fetchRecurseSubmodules = on-demand
|
|
|
+[submodule "asio"]
|
|
|
+ path = libs/asio
|
|
|
+ url = ../asio.git
|
|
|
+ fetchRecurseSubmodules = on-demand
|
|
|
[submodule "litre"]
|
|
|
path = tools/litre
|
|
|
url = ../litre.git
|
|
|
fetchRecurseSubmodules = on-demand
|
|
|
+[submodule "circular_buffer"]
|
|
|
+ path = libs/circular_buffer
|
|
|
+ url = ../circular_buffer.git
|
|
|
+ fetchRecurseSubmodules = on-demand
|
|
|
+[submodule "mpi"]
|
|
|
+ path = libs/mpi
|
|
|
+ url = ../mpi.git
|
|
|
+ fetchRecurseSubmodules = on-demand
|