diff --git a/.gitmodules b/.gitmodules index 898fd0d..5384b77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,6 +26,6 @@ [submodule "third_party/qspdlog"] path = third_party/qspdlog url = https://github.com/arsdever/qspdlog.git -[submodule "vscp"] - path = vscp +[submodule "third_party/vscp"] + path = third_party/vscp url = https://github.com/grodansparadis/vscp.git diff --git a/vscp b/third_party/vscp similarity index 100% rename from vscp rename to third_party/vscp