diff --git a/CMakeLists.txt b/CMakeLists.txt index 15c8035..147a10f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.28) -project(BasicAppCmake LANGUAGES C CXX) +project(AdvancedCMakeTitanEngineExample LANGUAGES C CXX) # Global compiler settings if(MSVC) diff --git a/README.md b/README.md index 3ccfb82..cdea9f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BasicAppCmake +# AdvancedCMakeTitanEngineExample This repository contains a minimal example of building a small application with the **Titan (Esenthel) Engine** using modern CMake. It accompanies the [blog post](https://medium.com/@drew.gilpin/esenthel-titan-engine-visual-studio-cmake-wsl-project-75da74e3d5b6) and can be built on both Windows and Linux. The project now builds two executables: a **client** sample and a **server** that hosts the ENet network.