From 477472f607e29556c1a52a0af5c81a2178a92902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Seger=C3=A5s?= Date: Sun, 8 Dec 2013 13:11:35 +0100 Subject: [PATCH] Added glfw in Demo/thirdparty/glfw --- .gitmodules | 3 +++ Demo/thirdparty/glfw | 1 + 2 files changed, 4 insertions(+) create mode 160000 Demo/thirdparty/glfw diff --git a/.gitmodules b/.gitmodules index e69de29b..65268bc5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Demo/thirdparty/glfw"] + path = Demo/thirdparty/glfw + url = https://github.com/glfw/glfw.git diff --git a/Demo/thirdparty/glfw b/Demo/thirdparty/glfw new file mode 160000 index 00000000..fd4ea8bc --- /dev/null +++ b/Demo/thirdparty/glfw @@ -0,0 +1 @@ +Subproject commit fd4ea8bc254d76eabe05c5380f419400cb6936a0