Skip to content

rishteam/sfml_example_cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

//! @mainpage Main Page

SFML Example CMake

Build Status

  • Environment
    • msys2 mingw32 with CMake

Notice: Need to build SFML for static linking by yourself because the package manager doesn't provide the version of static linking.

pacman -S mingw32/mingw-w64-i686-cppcheck mingw32/mingw-w64-i686-doxygen mingw32/mingw-w64-i686-graphviz mingw32/mingw-w64-i686-cmake

Docs

https://rish.com.tw/sfml_example_cmake

Build

mkdir build && cd build
cmake -G "MSYS Makefiles" ..
make
  • screenshot

About

A minimalistic example for SFML + CMake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published