Files
Scanning the repository...
Last update 1 year 5 months
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)