Files
GridFire/build-config/meson.build
Emily Boudreaux 411b2246f0 build(unordered-dense): testing faster map implimentation
testing the unordered-dense map implimentation
2025-12-10 12:48:20 -05:00

22 lines
303 B
Meson

cmake = import('cmake')
if get_option('build_python')
subdir('python')
subdir('pybind')
endif
subdir('fourdst')
subdir('sundials')
subdir('cppad')
subdir('xxHash')
subdir('eigen')
subdir('json')
subdir('CLI11')
subdir('unordered_dense')
if get_option('use_mimalloc')
subdir('mimalloc')
endif