Setup CMake with SFML in VS2017
问题 Just like in CLion I want to use SFML with Visual Studio 2017, but I'm still learning cmake and I don't know the commands or the logic of how cmake works at all. I've just seen some posts and got this litle script. Note: I downloaded the latest version of sfml in the link provided, I just taked the extrated directory and put alongside CMakeLists.txt in my folder #sets up the minimum version of cmake cmake_minimum_required(VERSION 3.9) #how the project will be called project (space_impact)