Sorry, I'm a little confused. I've got my CMaked project, and now I build SFML as .libs, and link them in when I compile as .DLL?
Edit: Okay, my bad, I built the project of SFML, but not CSFML - no wonder the final DLLs weren't working. So I should compile the SFML project as .libs and statically link them into my CSFML project?
Hmm I get linker errors while trying to build SFML as DLLs (the default), but not when I set it compile as static libraries, which oddly enough still produces DLLs. I hope I can still statically link those..
The CSFML CMake configuration is failing, telling me I need to set SFML_DIR to a place where there's sfml-config.cmake, which doesn't exist. I tried setting it to the directory where my newly-compiled SFML DLLs were, and it didn't help.