feat(build-check): added setup checks for stl compatibility

build-check checks for print and format headers from stl
This commit is contained in:
2026-01-31 10:12:52 -05:00
parent 38150e3a8d
commit d19a5ae36d
3 changed files with 38 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
project('stroid', 'cpp', meson_version : '>= 1.3.0', version : 'v0.1.0', default_options : ['cpp_std=c++23'])
subdir('build-check')
subdir('build-config')
subdir('src')