summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt9
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)
6set(CMAKE_C_STANDARD_REQUIRED On) 6set(CMAKE_C_STANDARD_REQUIRED On)
7set(CMAKE_C_EXTENSIONS Off) 7set(CMAKE_C_EXTENSIONS Off)
8 8
9set(SDL_DIR contrib/SDL-3.2.8)
10set(STB_DIR contrib/stb)
11
12set(SDL_SHARED OFF)
13set(SDL_STATIC ON)
14add_subdirectory(${SDL_DIR})
15
16add_subdirectory(${STB_DIR})
17
18add_executable(game 9add_executable(game
19 src/main.c) 10 src/main.c)
20 11