SDL_FPSCounter/CMakeLists.txt

5 lines
88 B
CMake

cmake_minimum_required(VERSION 3.30)
project(SDL_FPSCounter C)
add_subdirectory(src/)