From 74197ca0d47cd54fa2bc0a29271a2e9da1c60249 Mon Sep 17 00:00:00 2001 From: Jakob Maljaars <jakob.maljaars@stcorp.nl> Date: Thu, 10 Dec 2020 15:39:27 +0100 Subject: [PATCH] Add schaapcommon --- .gitmodules | 3 +++ external/schaapcommon | 1 + 2 files changed, 4 insertions(+) create mode 160000 external/schaapcommon diff --git a/.gitmodules b/.gitmodules index 9906b7f0..1a5de29f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "external/pybind11"] path = external/pybind11 url = https://github.com/pybind/pybind11.git +[submodule "external/schaapcommon"] + path = external/schaapcommon + url = https://git.astron.nl/RD/schaapcommon.git diff --git a/external/schaapcommon b/external/schaapcommon new file mode 160000 index 00000000..351d9536 --- /dev/null +++ b/external/schaapcommon @@ -0,0 +1 @@ +Subproject commit 351d9536bf8a35cb7eff93892fc5b1ca725ebda7 -- GitLab