feat(linux): portable build works on linux + benchmarks

This commit is contained in:
2026-09-05 11:01:34 -04:00
parent 7282b2e134
commit 323555b722
10 changed files with 1482 additions and 19 deletions

View File

@@ -30,6 +30,7 @@ subdir('build-check')
subdir('build-config')
subdir('include/meson_mfem_template')
subdir('examples')
subdir('benchmarks')
subdir('web')
subdir('build-python')
subdir('tests')
@@ -52,6 +53,7 @@ summary(
'Algoim': mfem_features.get('algoim'),
'Python bindings': get_option('build_python'),
'examples': get_option('build_examples'),
'benchmarks': get_option('build_benchmarks'),
'tests': get_option('build_tests'),
},
section: 'meson-mfem-template ' + meson.project_version(),