Files
GridFire/build-config/meson.build
Emily Boudreaux 15ed7f70b1 feat(json): added nlohmann JSON
Added header only json library for better logging
2025-11-24 09:06:34 -05:00

18 lines
185 B
Meson

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