cleared boilerplate

This commit is contained in:
herbglitch 2025-08-28 02:27:17 -06:00
parent 03fac3e692
commit 735b373c78
2 changed files with 1 additions and 27 deletions

View file

@ -4,10 +4,6 @@ project(lithops LANGUAGES C VERSION 0.0.1)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(ARCHEUS_WINDOW_BACKEND "SDL3" CACHE STRING "use sdl3 window")
set(ARCHEUS_INPUT_BACKEND "SDL3" CACHE STRING "use sdl3 input")
set(ARCHEUS_GRAPHICS_BACKEND "SDL3" CACHE STRING "use sdl3 input")
#TODO: add "-Wpedantic"
add_compile_options(
"-Wall" "-Werror" "-fexceptions"