Files
Scanning the repository...
Last update 5 months 2 weeks
by
Daniel Ball
FilesC++graphicalSFML | |
---|---|
.. | |
.idea | |
cmake-build-debug | |
CMakeLists.txt | |
main.cpp |
CMakeLists.txtcmake_minimum_required(VERSION 3.24) project(SFML) set(CMAKE_CXX_STANDARD 17) add_executable(SFML main.cpp)