Add build tool and stub main.cpp
This commit is contained in:
parent
bf741cc90b
commit
a5f858641f
5 changed files with 694 additions and 2 deletions
10
shuriken.yaml
Normal file
10
shuriken.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
defaults:
|
||||
cpp_standard: c++23
|
||||
cpp_flags: -Wall -Wextra -Werror -pedantic
|
||||
linker_args: -lSDL3 -lSDL3_image
|
||||
|
||||
default_target: linux
|
||||
|
||||
targets:
|
||||
linux:
|
||||
output_file: rutile_game
|
||||
Loading…
Add table
Add a link
Reference in a new issue