mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
4 lines
No EOL
135 B
CMake
4 lines
No EOL
135 B
CMake
add_library(dfly_core tx_queue.cc dragonfly_core.cc)
|
|
cxx_link(dfly_core base absl::flat_hash_map)
|
|
|
|
cxx_test(dfly_core_test dfly_core) |