From ac0247a610a5a2ffbb8419a5de02c49fac9b4265 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 27 May 2023 11:47:02 +0100 Subject: Add glad submodule and build a glad library Slightly messy regarding file paths to get files generated by the glad generator into a place where b2 will happily find them later... but it works. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0ce5431 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "thirdparty/glad"] + path = thirdparty/glad + url = https://github.com/Dav1dde/glad -- cgit v1.2.3