From 213af7b99adaa05c17a9f302abdd68c2a5d9d2bd Mon Sep 17 00:00:00 2001 From: Alexis Maiquez Date: Wed, 8 Sep 2021 19:12:11 +0200 Subject: [PATCH] + added the submodules file missing on last commit Signed-off-by: Alexis Maiquez --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..46e9407 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "glfw"] + path = lib/glfw + url = git@github.com:Almamu/glfw.git