FPS-Counter copied, more stuff done

This commit is contained in:
vegowotenks 2025-02-28 17:49:44 +01:00
parent 0dd5f62c07
commit b8ca31cb20
5 changed files with 227 additions and 44 deletions

View file

@ -15,7 +15,7 @@ add_subdirectory(submodules/SDL_ttf EXCLUDE_FROM_ALL)
add_subdirectory(submodules/utilitiec EXCLUDE_FROM_ALL)
# Create your game executable target as usual
add_executable(hello WIN32 hello.c)
add_executable(hello WIN32 hello.c SDL_FPSCounter.c)
# Link to the actual SDL3 library.
target_link_libraries(hello PRIVATE SDL3_ttf::SDL3_ttf SDL3::SDL3 QuadTree allocator-interface rand m)