From 7ee358698d2df050583df4fd28e86a770afbcc7e Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 7 Jun 2018 13:48:10 +1000 Subject: [PATCH] gl: add subproject for necessary GL headers for building Originally for windows with the GL/glext.h and GL/wglext.h but can be extended for other headers --- subprojects/gl-headers.wrap | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 subprojects/gl-headers.wrap diff --git a/subprojects/gl-headers.wrap b/subprojects/gl-headers.wrap new file mode 100644 index 0000000..b0fc072 --- /dev/null +++ b/subprojects/gl-headers.wrap @@ -0,0 +1,4 @@ +[wrap-git] +directory=gl-headers +url=https://github.com/centricular/gl-headers.git +revision=master -- 2.7.4