From c3e6ebc3418001078af14d6254dc72b7d067061a Mon Sep 17 00:00:00 2001 From: fpagliughi Date: Sat, 15 Jun 2024 10:40:28 -0400 Subject: [PATCH] Moved externals/ dir to top-level --- .gitmodules | 2 +- {src/externals => externals}/paho-mqtt-c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {src/externals => externals}/paho-mqtt-c (100%) diff --git a/.gitmodules b/.gitmodules index e328902..462e4bd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/externals/paho-mqtt-c"] - path = src/externals/paho-mqtt-c + path = externals/paho-mqtt-c url = https://github.com/eclipse/paho.mqtt.c.git diff --git a/src/externals/paho-mqtt-c b/externals/paho-mqtt-c similarity index 100% rename from src/externals/paho-mqtt-c rename to externals/paho-mqtt-c