From b02b2653de345323b57ce3c110cfe321f64db419 Mon Sep 17 00:00:00 2001 From: Drew Gilpin Date: Sat, 7 Jun 2025 22:29:53 -0400 Subject: [PATCH] Rename project --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.