From f8b47fbdd4a37e65412b878d51e7440c466167c5 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 22 Aug 2026 12:11:30 +0200 Subject: [PATCH] Changed location of submodules --- .gitmodules | 8 ++++++-- CMakeLists.txt | 2 ++ src/imgui | 1 - 3 files changed, 8 insertions(+), 3 deletions(-) delete mode 160000 src/imgui diff --git a/.gitmodules b/.gitmodules index c4cdd73..bfdf187 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,8 @@ -[submodule "src/imgui"] - path = src/imgui +[submodule "include/imgui"] + path = include/imgui url = https://github.com/ocornut/imgui.git branch = docking + +[submodule "include/CL11"] + path = include/CL11 + url = "https://github.com/CLIUtils/CLI11.git" diff --git a/CMakeLists.txt b/CMakeLists.txt index a7a61a9..bfc34ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -208,6 +208,8 @@ endfunction() # Scan the shader folder file(GLOB SHADER_SOURCES CONFIGURE_DEPENDS "shaders/*") +# Scan the include folder + # Adds the main binary diff --git a/src/imgui b/src/imgui deleted file mode 160000 index b48d1af..0000000 --- a/src/imgui +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b48d1afbe8ee8b238e2961dc363a949dd7304e23