2022-02-01 03:40:40 +08:00
|
|
|
add_library(dfly_core compact_object.cc dragonfly_core.cc interpreter.cc
|
2022-02-24 21:22:59 +08:00
|
|
|
segment_allocator.cc small_string.cc tx_queue.cc)
|
2022-02-20 04:56:09 +08:00
|
|
|
cxx_link(dfly_core base absl::flat_hash_map absl::str_format redis_lib TRDP::lua
|
|
|
|
Boost::fiber crypto)
|
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-02-01 03:40:40 +08:00
|
|
|
cxx_test(dash_test dfly_core LABELS DFLY)
|
|
|
|
cxx_test(interpreter_test dfly_core LABELS DFLY)
|