/MyProject ├── CMakeLists.txt ├── /src │ ├── main.cpp │ ├── # Add your source files here ├── /include │ ├── App.h │ ├── # Add your header files here ├── /external │ ├── SFML/ # Contains SFML ...
This repository template should allow for a fast and hassle-free kick start of your next SFML project using CMake. Thanks to GitHub's nature of templates, you can fork this repository without ...