build(unordered-dense): testing faster map implimentation

testing the unordered-dense map implimentation
This commit is contained in:
2025-12-10 12:48:20 -05:00
parent d990089207
commit 411b2246f0
2 changed files with 6 additions and 1 deletions

View File

@@ -13,8 +13,8 @@ subdir('eigen')
subdir('json')
subdir('CLI11')
subdir('unordered_dense')
if get_option('use_mimalloc')
subdir('mimalloc')

View File

@@ -0,0 +1,5 @@
uod_sp = cmake.subproject(
'unordered_dense'
)
uod_dep = uod_sp.dependency('unordered_dense')