From 5c63b874ff84ea2b1d4e95268043b2c1e080bff0 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 29 May 2021 19:44:00 +0300 Subject: Add submodule property_map_parallel --- .gitmodules | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 8a5b3bfcd2..2e2b6c35c1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -788,3 +788,8 @@ url = ../lambda2.git fetchRecurseSubmodules = on-demand branch = . +[submodule "property_map_parallel"] + path = libs/property_map_parallel + url = ../property_map_parallel.git + fetchRecurseSubmodules = on-demand + branch = . -- cgit v1.2.1