diff options
| author | yangwei <[email protected]> | 2023-08-23 18:14:26 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2023-08-23 18:14:26 +0800 |
| commit | 3bbfd0374c81ddb3bdde75d91b66a6a4eddcd9ed (patch) | |
| tree | c038fbd656f54b7d55a28311b58651586741e2e7 /test | |
| parent | 93c96418fac3ae6b01be64854b148e1b2a93c6e4 (diff) | |
🔧 build(dabloom): 从vendor移出源码到src/support目录
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 12c2938..d195e61 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -23,7 +23,7 @@ file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/sapp_devel.cpp "") set(LIBS 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 libdabloom-static ) + MESA_sleep dpdk_ip_hash cpu_limit timeout libdabloom ) if(LIBEVENT_ENABLED) set(LIBS ${LIBS} libevent-static) |
