first try with cmake and imgui

This commit is contained in:
georgemoralis 2023-04-27 19:13:19 +03:00
parent 71d14aca62
commit 222d0204db
7 changed files with 271 additions and 0 deletions

6
.gitmodules vendored Normal file
View file

@ -0,0 +1,6 @@
[submodule "third-party/imgui"]
path = third-party/imgui
url = https://github.com/ocornut/imgui
[submodule "third-party/SDL"]
path = third-party/SDL
url = https://github.com/libsdl-org/SDL