summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-04-03 14:23:52 +0800
committeryangwei <[email protected]>2024-04-03 15:43:47 +0800
commit97cc3158b48973d96d451fc9cc52011ccba43d16 (patch)
tree9089d4ada74ecbd998b23df787b5a4efc922f268 /CMakeLists.txt
parent61ced1df7e02f9022a0f18ddb0515a0e7193a3a0 (diff)
✨ feat(bloom library): choose in sapp.tomlFeature-ap-bloom
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7233696..451ff7a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -203,7 +203,7 @@ set(SAPP_DEPEND_DYN_LIB MESA_handle_logger MESA_prof_load MESA_htable MESA_fiel
set(SAPP_INNER_STATIC_LIB sapp_dev dealpkt packet_io packet_io_pcap packet_io_marsio common
config inline_keepalive gdev_assistant sapp_assistant sapp_metrics plugctrl project timer
md5 symbol_check tomlc99_wrap MESA_socket_wrap timestamp_record
- MESA_sleep dpdk_ip_hash cpu_limit timeout ap_bloom token_bucket)
+ MESA_sleep dpdk_ip_hash cpu_limit timeout ap_bloom libdabloom token_bucket)
if(LIBEVENT_ENABLED)
set(SAPP_INNER_STATIC_LIB ${SAPP_INNER_STATIC_LIB} libevent-static)