diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ca5a231..7878617 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -6,15 +6,6 @@ set(CMAKE_C_STANDARD 23) | |||
| 6 | set(CMAKE_C_STANDARD_REQUIRED On) | 6 | set(CMAKE_C_STANDARD_REQUIRED On) |
| 7 | set(CMAKE_C_EXTENSIONS Off) | 7 | set(CMAKE_C_EXTENSIONS Off) |
| 8 | 8 | ||
| 9 | set(SDL_DIR contrib/SDL-3.2.8) | ||
| 10 | set(STB_DIR contrib/stb) | ||
| 11 | |||
| 12 | set(SDL_SHARED OFF) | ||
| 13 | set(SDL_STATIC ON) | ||
| 14 | add_subdirectory(${SDL_DIR}) | ||
| 15 | |||
| 16 | add_subdirectory(${STB_DIR}) | ||
| 17 | |||
| 18 | add_executable(game | 9 | add_executable(game |
| 19 | src/main.c) | 10 | src/main.c) |
| 20 | 11 | ||
