Files
GridFire/build-config/meson.build
Emily Boudreaux 7c33b89c77 build(options): Options propegate much more reliably
Build options such as build-python and build-fortran have much more
predicatable and sensible behavior
2025-11-28 11:28:49 -05:00

16 lines
164 B
Meson

cmake = import('cmake')
subdir('fourdst')
subdir('sundials')
subdir('cppad')
subdir('xxHash')
subdir('eigen')
subdir('json')
subdir('pybind')
subdir('CLI11')