Add SDL example
This commit is contained in:
parent
1402505a6d
commit
c9ffc52ee4
7 changed files with 179 additions and 0 deletions
10
examples/sdl_app/shuriken.yaml
Normal file
10
examples/sdl_app/shuriken.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
defaults:
|
||||
cpp_standard: c++20
|
||||
cpp_flags: -Wall -Wextra -Werror -pedantic
|
||||
linker_args: -lSDL3 -lSDL3_image
|
||||
|
||||
default_target: linux
|
||||
|
||||
targets:
|
||||
linux:
|
||||
output_file: sdl_example
|
||||
Loading…
Add table
Add a link
Reference in a new issue