diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-05-27 11:47:02 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-05-27 11:47:02 +0100 |
commit | ac0247a610a5a2ffbb8419a5de02c49fac9b4265 (patch) | |
tree | 265d09ecb29c354b542735c1778af60b5866634a /.gitmodules | |
parent | Mark main rule as always, so we can always launch it (diff) | |
download | ilt-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-- | .gitmodules | 3 |
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 |