I'm trying to compile SFML 2.0 for statically use on my projects.
When I obtain SFML Visual Studio solution from CMake, I compile ALL_BUILD project with Debug and Release configurations.
But I can't get the static versions of the lib files sfml-graphics-s.lib, sfml-system-s.lib...
How can I do to solve this issue?