From 12a6088912a47ccbad2a73d962f4b3ce33d8db5e Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 10 Sep 2022 20:11:05 +0300 Subject: [PATCH] ref: gl: move GLES wrappers libraries to 3rdparty folder --- .gitmodules | 6 +++--- {ref/gl => 3rdparty}/gl-wes-v2 | 0 {ref/gl => 3rdparty/gl4es}/gl4es | 0 {ref/gl => 3rdparty}/nanogl | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename {ref/gl => 3rdparty}/gl-wes-v2 (100%) rename {ref/gl => 3rdparty/gl4es}/gl4es (100%) rename {ref/gl => 3rdparty}/nanogl (100%) 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