Hello,
I am having trouble compiling SFML 2.1 as static for my project.
I have my CMake (version 2.8.12.2) setup as following:
When I open the project with my Visual Studio (2013) to compile, it shows that the projects are broken:
I opened one of the project files (sfml-network.vcxproj in this case) to see if I could find out why, and it was highlighting the following lines:
I presume that something went wrong with CMake? I am not that familiar with using it, and I just follow the tutorial on SFML's website, but I can't find anything in there that could cause this to happen.
Kind regards,
Morgaza