Commit graph

9 commits

Author SHA1 Message Date
Gabriel Ravier
b45412992b external/glad: Used c-debug configuration in order to have extra debug utilities
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
2020-04-11 21:40:55 +02:00
Clownacy
e39c46fae9 Force glad to be static
Pretty sure it isn't set up to generate a proper DLL, so make sure it
always produces a static library instead.
2020-04-05 03:27:50 +01:00
Clownacy
dded47f921 Cleanup 2020-04-03 02:00:51 +01:00
Clownacy
f45758e845 Add missing dependencies 2020-04-03 01:52:54 +01:00
Clownacy
5b996b3459 Give glad a CMake file
Today I learned that CMake will error if the project shares a
dependency with a nested CMake file (which could be from an
entirely-separate project that you have no control over).

I'm starting to really hate CMake.
2020-04-03 01:34:47 +01:00
Clownacy
30c7967ed4 Fixes 2020-04-01 23:15:22 +01:00
Clownacy
d0b20316de Don't do -Iexternal
It pollutes the #include space.
2020-03-31 14:26:24 +01:00
Clownacy
5a72140a5d Rename glad.cpp back to glad.c 2020-01-15 07:31:35 +00:00
Clownacy
d76b074aa0 Switched from GLEW to GLAD
One less set of license obligations to satisfy (GLAD-generated files
are public-domain).
2020-01-15 07:11:43 +00:00