From 08d433319f443103bdaa7b25fd97b605513a58cb Mon Sep 17 00:00:00 2001 From: kj16609 Date: Mon, 24 Jun 2024 10:42:37 -0400 Subject: [PATCH] Change project name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()