SDL2 CMAKE skeleton project

Heya,

I’ve created this skeleton for SDL2 CMAKE projects.
Its purpose is to help me with the many cases where i wanna experiment around and don’t want to write building/config madness first (especially on windows).

Im not claiming that this is well done or anything, just maybe someone else has similar problems and can use this as an inspiration or something. I hope i did not forget the sources for the stuff i scrapped together from all over the internet.

Anyway, have a nice weekend

~malte

All this year i was thinking about making something like that but my work kept getting in the way and i was really burnt out, thank you so much for this i appreciate the effort!

Nice :slight_smile: CMake is probably the best thing to use at the moment as far as portable build systems go for C and C++.