mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
add meson support, update pipeline
This commit is contained in:
8
meson.build
Normal file
8
meson.build
Normal file
@@ -0,0 +1,8 @@
|
||||
project('ssp', 'cpp',
|
||||
default_options :
|
||||
['warning_level=3',
|
||||
'cpp_std=c++17',
|
||||
'buildtype=debug'])
|
||||
|
||||
includes = include_directories('include')
|
||||
subdir('test')
|
||||
Reference in New Issue
Block a user