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 ...
. ├── CMakeLists.txt ├── app │ └── main.cpp ├── include │ ├── example.h │ └── exampleConfig.h.in ├── src │ └── example.cpp └── tests ├── dummy.cpp └── main.cpp If you add a new executable, say ...