summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-05-27 11:47:02 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2023-05-27 11:47:02 +0100
commitac0247a610a5a2ffbb8419a5de02c49fac9b4265 (patch)
tree265d09ecb29c354b542735c1778af60b5866634a /.gitmodules
parentMark main rule as always, so we can always launch it (diff)
downloadilt-ac0247a610a5a2ffbb8419a5de02c49fac9b4265.tar.bz2
ilt-ac0247a610a5a2ffbb8419a5de02c49fac9b4265.tar.xz
ilt-ac0247a610a5a2ffbb8419a5de02c49fac9b4265.zip
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.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
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