diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a8a233..d01f902 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ # # Define the project name -project(basic-c-sdl-project) +project(basic-c-sdl-game) # Set the cmake minimum version to 3.5.1 cmake_minimum_required(VERSION 3.5.1)