cleared boilerplate
This commit is contained in:
parent
03fac3e692
commit
735b373c78
2 changed files with 1 additions and 27 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue