From bbdc6c7e6420c5011a5548e03d41cc0c9123b034 Mon Sep 17 00:00:00 2001 From: "Amine B. Hassouna" Date: Tue, 20 Nov 2018 19:46:25 +0100 Subject: [PATCH] Fix project name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)