Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 244 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 244 Bytes

Template For SFML

  • cross-platform
  • opens a bare minimum window

Example

mkdir build
cd build
cmake ..

Unix:

make

Windows. Depending on your compiler. I'm using MinGW compiling 32-bit:

mingw32-make