initial commit: set up a template
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
12
meson.build
Normal file
12
meson.build
Normal file
@@ -0,0 +1,12 @@
|
||||
project('matar', 'cpp',
|
||||
version : '0.1',
|
||||
license : 'GPLv3',
|
||||
default_options : ['warning_level=3',
|
||||
'werror=true',
|
||||
'optimization=3',
|
||||
'cpp_std=c++20'])
|
||||
|
||||
includes = include_directories('include')
|
||||
|
||||
subdir('src')
|
||||
subdir('apps')
|
Reference in New Issue
Block a user