/Basic-SFML-CMake-Template

A very basic boilerplate/ example for CMake and SFML

Primary LanguageC++

Basic-SFML-CMake-Template

CMake usage on the Unix platform follow for a basic SFML project called App_name. An in-place build is performed, i.e., the binaries are placed in the same directory as the source code.

cd Basic-SFML-CMake-Template 
ccmake . 
make