Open jopadan opened 2 months ago
This one will probably need some SFML version checks to keep support for 2.x, at least for a while
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."
SFML/migration.md updated with
#if (SFML_VERSION_MAJOR > 2)