summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index da53ffb..e48a725 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,14 +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 src/contrib/SDL-3.2.20)
10set(TINYDIR_DIR src/contrib/tinydir-1.2.4)
11
12set(SDL_SHARED OFF)
13set(SDL_STATIC ON)
14add_subdirectory(${SDL_DIR})
15add_subdirectory(${TINYDIR_DIR})
16
17add_executable(xplorer 9add_executable(xplorer
18 src/xplorer.c) 10 src/xplorer.c)
19 11