sirjuddington / SLADE

It's a Doom editor
https://slade.mancubus.net
GNU General Public License v2.0
700 stars 108 forks source link

Add support for building SLADE on Windows using CMake #1590

Closed sirjuddington closed 11 months ago

sirjuddington commented 11 months ago

This pretty much splits the cmakelists file into two using include() to load either the windows or unix version.

I've tried to put as much of the common stuff into the main cmakelists file as possible to avoid duplication, though more could probably be done, I'm just wary of changing the unix one too much as it's built up a lot of tweaks over the years and I don't want to break anything :P