sirjuddington / SLADE

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

SFML migration update #1727

Open jopadan opened 2 months ago

jopadan commented 2 months ago

SFML/migration.md updated with #if (SFML_VERSION_MAJOR > 2)

sirjuddington commented 1 month ago

This one will probably need some SFML version checks to keep support for 2.x, at least for a while

Blzut3 commented 3 days ago

The changes to .gitingore here indicate that you're using CMake wrong. You should set your build directory to an empty directory. Commonly people just mkdir build inside their clone and use that, but it can be entirely out of tree too. This is important since CMake doesn't provide a way to cleanup its generated files besides "delete the build directory."