Move dependencies into subdir

This commit is contained in:
Mike Oliphant
2023-03-24 09:40:11 -07:00
parent 2218ee401e
commit 8c1c989cf4
7 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
[submodule "lv2"]
path = lv2
path = deps/lv2
url = https://github.com/lv2/lv2
[submodule "eigen"]
path = eigen
path = deps/eigen
url = https://gitlab.com/libeigen/eigen
[submodule "NeuralAmpModelerCore"]
path = NeuralAmpModelerCore
path = deps/NeuralAmpModelerCore
url = https://github.com/mikeoliphant/NeuralAmpModelerCore
branch = devel