feat(linux): portable build works on linux + benchmarks
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user