From 4b26976d619c1b6ab91a0eb173c3d524df6bede1 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Tue, 31 Jan 2017 18:30:52 +0000 Subject: [PATCH] added glew as submodule --- .gitmodules | 3 +++ libs/glew-2.0.0 | 1 + 2 files changed, 4 insertions(+) create mode 160000 libs/glew-2.0.0 diff --git a/.gitmodules b/.gitmodules index a646b7e..d8c60c7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "libs/tinyxml2"] path = libs/tinyxml2 url = https://github.com/leethomason/tinyxml2.git +[submodule "libs/glew-2.0.0"] + path = libs/glew-2.0.0 + url = https://omigamedev@bitbucket.org/omigamedev/libglew-2.0.0.git diff --git a/libs/glew-2.0.0 b/libs/glew-2.0.0 new file mode 160000 index 0000000..3dbd659 --- /dev/null +++ b/libs/glew-2.0.0 @@ -0,0 +1 @@ +Subproject commit 3dbd6595582182d31f7cedd94d70101525d33e70