From a4f8748572e499eab3c5772caf84cac9f57b9c88 Mon Sep 17 00:00:00 2001 From: Colton Staiduhar <29374798+arizotaz@users.noreply.github.com> Date: Wed, 25 Mar 2026 16:46:22 -0400 Subject: [PATCH] Name Changing --- CMakeLists.txt | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a51b814..3f39043 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>") #set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Release>") # Declare Project where "GSM_TEMPLATE" is the project name -project(Assignment2 LANGUAGES C CXX) +project(GSM_TEMPLATE LANGUAGES C CXX) # Use FreeGlut on Macos (Requires X11 to be installed, but doesn't use it) option(USE_FREEGLUT "Use FreeGLUT on Mac (ignored on Windows)" ON) diff --git a/README.md b/README.md index 2d1974e..f26df1f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # GlutSTBMiniAudio-Template +## Changing the Project Name + +In the CMakeLists.txt file, find line 11 (`project(GSM_TEMPLATE LANGUAGES C CXX)`) and replace "GSM_TEMPLATE" with whatever you'd like + ## Setup ### For Windows