mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
9 lines
171 B
Meson
9 lines
171 B
Meson
|
project('ssp', 'cpp',
|
||
|
default_options :
|
||
|
['warning_level=3',
|
||
|
'cpp_std=c++17',
|
||
|
'buildtype=debug'])
|
||
|
|
||
|
includes = include_directories('include')
|
||
|
subdir('test')
|