From aec4f30e07c929c4ba32d9e773c7820877674867 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 22 Sep 2017 00:15:18 +0100 Subject: Adding glad from repository --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 73b585db..e9c4fb4f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,7 @@ path = lib/glfw url = https://github.com/glfw/glfw.git branch = latest +[submodule "lib/glad"] + path = lib/glad + url = https://github.com/ymherklotz/glad.git + branch = master -- cgit