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