Skip to content

Commit a3b6171

Browse files
committed
I forgot to remove the cmake/ directory
I will readd the CMake files later when I have the skills to make each one function properly :)
1 parent 15f030a commit a3b6171

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is a game project using SDL2 and its related libraries. The project is conf
1010
## Prerequisites
1111
Before setting up the project, ensure you have the following installed:
1212
- **Visual Studio 2022** (or any C++ compiler supporting C++17)
13-
- **[CMake](https://cmake.org/download/)** (minimum version 3.10 | I recommend not getting )
13+
- **[CMake](https://cmake.org/download/)** (minimum version 3.10 | I recommend not getting the Release Candidate)
1414

1515
## Setup Instructions
1616

@@ -89,12 +89,6 @@ cmake --build .
8989
│ │-- fonts/ # Font files
9090
│ │-- images/ # Image files
9191
│-- build/ # CMake build files (includes build/bin/Debug)
92-
│-- cmake/ # CMake configuration files
93-
│ │-- sdl2/ # SDL2 CMake scripts
94-
│ │ │-- FindSDL2.cmake
95-
│ │ │-- FindSDL2_image.cmake
96-
│ │ │-- FindSDL2_mixer.cmake
97-
│ │ │-- FindSDL2_ttf.cmake
9892
│-- docs/ # Project documentation
9993
│ │-- API_documentation.md
10094
│ │-- design_notes.md

0 commit comments

Comments
 (0)