Add minimal example
This commit is contained in:
parent
1827006b02
commit
1402505a6d
7 changed files with 48 additions and 0 deletions
11
examples/minimal/shuriken.yaml
Normal file
11
examples/minimal/shuriken.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Example shuriken.yaml config for a minimal C++ project with modules.
|
||||
|
||||
defaults:
|
||||
cpp_standard: c++20
|
||||
cpp_flags: -Wall -Wextra -Werror -pedantic
|
||||
|
||||
default_target: linux
|
||||
|
||||
targets:
|
||||
linux:
|
||||
output_file: minimal_example
|
||||
Loading…
Add table
Add a link
Reference in a new issue