Changed location of submodules

This commit is contained in:
Alexandre 2026-08-22 12:11:30 +02:00
parent 9236ada59a
commit f8b47fbdd4
3 changed files with 8 additions and 3 deletions

8
.gitmodules vendored
View File

@ -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"

View File

@ -208,6 +208,8 @@ endfunction()
# Scan the shader folder
file(GLOB SHADER_SOURCES CONFIGURE_DEPENDS "shaders/*")
# Scan the include folder
# Adds the main binary

@ -1 +0,0 @@
Subproject commit b48d1afbe8ee8b238e2961dc363a949dd7304e23