From 30f41c02aec763d32e62351452da9ef582bc3472 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 6 Mar 2026 13:30:59 -0800 Subject: Move contrib libraries to contrib repo --- CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) (limited to 'CMakeLists.txt') 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) set(CMAKE_C_STANDARD_REQUIRED On) set(CMAKE_C_EXTENSIONS Off) -set(SDL_DIR contrib/SDL-3.2.8) -set(STB_DIR contrib/stb) - -set(SDL_SHARED OFF) -set(SDL_STATIC ON) -add_subdirectory(${SDL_DIR}) - -add_subdirectory(${STB_DIR}) - add_executable(game src/main.c) -- cgit v1.2.3