Files
GridFire/tools/meson.build
Emily Boudreaux d65c237b26 feat(fortran): Fortran interface can now use multi-zone
Fortran interface uses the new C api ability to call the naieve
multi-zone solver. This allows fortran calling code to make use of in
build parellaism for solving multiple zones
2025-12-19 09:58:47 -05:00

5 lines
104 B
Meson

if get_option('build_tools')
subdir('gf_config')
subdir('gf_quick')
subdir('gf_multi')
endif