From 815b05cec35ae046e32ed582e1e5605d3cc9820e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 10 Jan 2019 19:46:14 +0200 Subject: Add submodule libs/outcome --- .gitmodules | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index bfe610024b..fed995c693 100644 --- a/.gitmodules +++ b/.gitmodules @@ -723,3 +723,8 @@ url = ../boost_install.git fetchRecurseSubmodules = on-demand branch = . +[submodule "outcome"] + path = libs/outcome + url = ../outcome.git + fetchRecurseSubmodules = on-demand + branch = . -- cgit v1.2.1