Azur/.gitmodules
Lephenixnoir 019cf416fa
meta: move submodules to 3rdparty/ (still internal)
This properly separates the libraries developed here from the (now
clearly) third-part software that we build at the same time.

There is still no install script for these libraries, they are only
usable from the main CMakeLists.txt. This will change soon.
2022-06-02 21:28:00 +01:00

10 lines
239 B
Plaintext

[submodule "imgui"]
path = 3rdparty/imgui
url = https://github.com/ocornut/imgui
[submodule "glm"]
path = 3rdparty/glm
url = https://github.com/g-truc/glm
[submodule "gl3w"]
path = 3rdparty/gl3w
url = https://github.com/skaslev/gl3w