Files
GridFire/build-config/unordered_dense/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

5 lines
98 B
Meson

uod_sp = cmake.subproject(
'unordered_dense'
)
uod_dep = uod_sp.dependency('unordered_dense')