diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:36:05 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:36:05 -0800 |
| commit | 7f976c31a64563b9e011c1394db16ed18b824509 (patch) | |
| tree | f8df55350d159ac2d5acb8dfd59e387793e71763 /CMakeLists.txt | |
| parent | 95898b05575e736855f5822a05ac5eb995ff8ef3 (diff) | |
Move contrib libraries to contrib repo
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 8 |
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) | |||
| 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 src/contrib/SDL-3.2.20) | ||
| 10 | set(TINYDIR_DIR src/contrib/tinydir-1.2.4) | ||
| 11 | |||
| 12 | set(SDL_SHARED OFF) | ||
| 13 | set(SDL_STATIC ON) | ||
| 14 | add_subdirectory(${SDL_DIR}) | ||
| 15 | add_subdirectory(${TINYDIR_DIR}) | ||
| 16 | |||
| 17 | add_executable(xplorer | 9 | add_executable(xplorer |
| 18 | src/xplorer.c) | 10 | src/xplorer.c) |
| 19 | 11 | ||
