13 lines
201 B
Meson
13 lines
201 B
Meson
|
backend_sources += files(
|
||
|
'binaryheap.c',
|
||
|
'bipartite_match.c',
|
||
|
'bloomfilter.c',
|
||
|
'dshash.c',
|
||
|
'hyperloglog.c',
|
||
|
'ilist.c',
|
||
|
'integerset.c',
|
||
|
'knapsack.c',
|
||
|
'pairingheap.c',
|
||
|
'rbtree.c',
|
||
|
)
|