SFML community forums

General => General discussions => Topic started by: Naufr4g0 on November 01, 2011, 04:32:00 pm

Title: Compiling static sfml 2 issue
Post by: Naufr4g0 on November 01, 2011, 04:32:00 pm
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?
Title: Compiling static sfml 2 issue
Post by: Naufr4g0 on November 01, 2011, 05:10:11 pm
SOLVED

I had to set BUILD_SHARED_LIBS value to false in CMake.