Skip to content

Commit 5f6d3f8

Browse files
authored
Rename project (#54)
1 parent 9deeca2 commit 5f6d3f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.28)
2-
project(BasicAppCmake LANGUAGES C CXX)
2+
project(AdvancedCMakeTitanEngineExample LANGUAGES C CXX)
33

44
# Global compiler settings
55
if(MSVC)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BasicAppCmake
1+
# AdvancedCMakeTitanEngineExample
22

33
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.
44
The project now builds two executables: a **client** sample and a **server** that hosts the ENet network.

0 commit comments

Comments
 (0)