1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00
dragonflydb-dragonfly/core/CMakeLists.txt
2021-12-20 22:46:51 +02:00

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)