diff --git a/CMakeLists.txt b/CMakeLists.txt index 31d4d37..37fac38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # /CMakeLists.txt cmake_minimum_required(VERSION 3.25.0) -project(Game LANGUAGES CXX C) +project(TitorGameEngine LANGUAGES CXX C) enable_testing()