tinygl
tinygl copied to clipboard
Use sdl-config to get the SDL include path
This matches how CMake behaves, and fixes compilation when SDL is installed in a non-default location.
I wonder if this would work properly on Msys2 setups. I had to fiddle with the makefiles quite a bit to make something that compiled on both linux and windows.
Commenting to remind myself to test this on msys2
I have since concluded that Cmake support is not worth having. Pardon.