Changed location of submodules
This commit is contained in:
parent
9236ada59a
commit
f8b47fbdd4
8
.gitmodules
vendored
8
.gitmodules
vendored
@ -1,4 +1,8 @@
|
|||||||
[submodule "src/imgui"]
|
[submodule "include/imgui"]
|
||||||
path = src/imgui
|
path = include/imgui
|
||||||
url = https://github.com/ocornut/imgui.git
|
url = https://github.com/ocornut/imgui.git
|
||||||
branch = docking
|
branch = docking
|
||||||
|
|
||||||
|
[submodule "include/CL11"]
|
||||||
|
path = include/CL11
|
||||||
|
url = "https://github.com/CLIUtils/CLI11.git"
|
||||||
|
|||||||
@ -208,6 +208,8 @@ endfunction()
|
|||||||
|
|
||||||
# Scan the shader folder
|
# Scan the shader folder
|
||||||
file(GLOB SHADER_SOURCES CONFIGURE_DEPENDS "shaders/*")
|
file(GLOB SHADER_SOURCES CONFIGURE_DEPENDS "shaders/*")
|
||||||
|
# Scan the include folder
|
||||||
|
|
||||||
|
|
||||||
# Adds the main binary
|
# Adds the main binary
|
||||||
|
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
Subproject commit b48d1afbe8ee8b238e2961dc363a949dd7304e23
|
|
||||||
Loading…
x
Reference in New Issue
Block a user