This commit is contained in:
vegowotenks 2025-02-28 23:55:22 +01:00
commit 61f3235277
6 changed files with 198 additions and 0 deletions

5
CMakeLists.txt Normal file
View file

@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.30)
project(SDL_FPSCounter C)
add_subdirectory(src/)