feat(config): use toml config file

This commit is contained in:
2026-02-25 19:06:52 +01:00
parent a276e644a7
commit 825c02b626
10 changed files with 73 additions and 36 deletions
+3 -1
View File
@@ -2,9 +2,11 @@ project(
'cws',
'c',
version: '0.1.0',
default_options: ['c_std=c11', 'warning_level=3'],
default_options: ['c_std=gnu23', 'warning_level=3'],
)
add_global_arguments('-Wno-pedantic', language: 'c')
cc = meson.get_compiler('c')
subdir('src')