2026-09-15 10:42:00 -04:00
|
|
|
sandboxes = [
|
|
|
|
|
'discritization_sandbox',
|
|
|
|
|
'eos_sandbox',
|
|
|
|
|
'finite_sandbox',
|
2026-09-19 07:35:57 -04:00
|
|
|
'dimensions_sandbox',
|
|
|
|
|
'quadrature_sandbox',
|
|
|
|
|
'meta_sandbox',
|
2026-09-15 10:42:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
foreach sandbox: sandboxes
|
|
|
|
|
executable(
|
|
|
|
|
sandbox,
|
|
|
|
|
sandbox + '.cpp',
|
2026-09-19 07:35:57 -04:00
|
|
|
dependencies: [serif_dep, stroid_dep, nameof_dep],
|
2026-09-15 10:42:00 -04:00
|
|
|
build_rpath: mfem_runtime_prefix == '' ? '' : mfem_runtime_prefix / 'lib',
|
|
|
|
|
)
|
|
|
|
|
endforeach
|