2022-01-13 16:49:25 +08:00
|
|
|
add_library(dfly_core compact_object.cc dragonfly_core.cc tx_queue.cc)
|
|
|
|
cxx_link(dfly_core base absl::flat_hash_map redis_lib)
|
2021-12-21 04:46:51 +08:00
|
|
|
|
2022-01-13 21:47:04 +08:00
|
|
|
cxx_test(dfly_core_test dfly_core LABELS DFLY)
|
|
|
|
cxx_test(compact_object_test dfly_core LABELS DFLY)
|
2022-01-20 03:43:23 +08:00
|
|
|
cxx_test(dash_test dfly_core LABELS DFLY)
|