diff --git a/.gitmodules b/.gitmodules index 9cb19541..06dea016 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,13 +2,13 @@ path = 3rdparty/mainui url = https://github.com/FWGS/mainui_cpp [submodule "ref_gl/nanogl"] - path = ref/gl/nanogl + path = 3rdparty/nanogl url = https://github.com/FWGS/nanogl [submodule "ref_gl/gl-wes-v2"] - path = ref/gl/gl-wes-v2 + path = 3rdparty/gl-wes-v2 url = https://github.com/FWGS/gl-wes-v2 [submodule "ref_gl/gl4es"] - path = ref/gl/gl4es + path = 3rdparty/gl4es/gl4es url = https://github.com/ptitSeb/gl4es [submodule "vgui_support"] path = 3rdparty/vgui_support diff --git a/ref/gl/gl-wes-v2 b/3rdparty/gl-wes-v2 similarity index 100% rename from ref/gl/gl-wes-v2 rename to 3rdparty/gl-wes-v2 diff --git a/ref/gl/gl4es b/3rdparty/gl4es/gl4es similarity index 100% rename from ref/gl/gl4es rename to 3rdparty/gl4es/gl4es diff --git a/ref/gl/nanogl b/3rdparty/nanogl similarity index 100% rename from ref/gl/nanogl rename to 3rdparty/nanogl