From 870c4d5a91f737827bb2a126758a07b4a98d20eb Mon Sep 17 00:00:00 2001 From: Anonymous275 <36374260+Anonymous-275@users.noreply.github.com> Date: Sun, 16 Jan 2022 19:10:20 +0200 Subject: [PATCH] moved submodules to include folder --- .gitmodules | 4 ++-- rapidjson => include/rapidjson | 0 wxWidgets => include/wxWidgets | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename rapidjson => include/rapidjson (100%) rename wxWidgets => include/wxWidgets (100%) diff --git a/.gitmodules b/.gitmodules index cb16eb5..16c1f6f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "wxWidgets"] - path = wxWidgets + path = include/wxWidgets url = https://github.com/wxWidgets/wxWidgets.git [submodule "rapidjson"] - path = rapidjson + path = include/rapidjson url = https://github.com/Tencent/rapidjson.git diff --git a/rapidjson b/include/rapidjson similarity index 100% rename from rapidjson rename to include/rapidjson diff --git a/wxWidgets b/include/wxWidgets similarity index 100% rename from wxWidgets rename to include/wxWidgets