From 3a0278b319184ea72066e2f7d588ac13ba5305f2 Mon Sep 17 00:00:00 2001 From: Thor Harald Johansen Date: Thu, 1 Jun 2023 13:27:04 +0200 Subject: [PATCH] Add libsynth submodule to Git repository --- .gitmodules | 3 +++ lib/synth | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/synth diff --git a/.gitmodules b/.gitmodules index cf3bd7e..0b8fc82 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "lib/wxWidgets"] path = lib/wxWidgets url = https://github.com/wxWidgets/wxWidgets +[submodule "lib/synth"] + path = lib/synth + url = git@saga.berserker.town:klang-modular/libsynth.git diff --git a/lib/synth b/lib/synth new file mode 160000 index 0000000..1383f00 --- /dev/null +++ b/lib/synth @@ -0,0 +1 @@ +Subproject commit 1383f00b1cf6aa44d893a9e40f5c9b1c8437bd1c