diff options
| author | liuxueli <[email protected]> | 2024-11-05 01:53:26 +0000 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2024-11-05 02:32:07 +0000 |
| commit | b0b67d145525d842f0b3ad666797c91f7d5757a8 (patch) | |
| tree | d38a431fdbcc6d120d4783e20ba27871b136e6a8 /infra/CMakeLists.txt | |
| parent | d7f8f42327ccbdd5fcc3c7f056869448cfbafd80 (diff) | |
refactor dns decoderliuxueli-dev-decoder
Diffstat (limited to 'infra/CMakeLists.txt')
| -rw-r--r-- | infra/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/CMakeLists.txt b/infra/CMakeLists.txt index 99c8d13..a285a80 100644 --- a/infra/CMakeLists.txt +++ b/infra/CMakeLists.txt @@ -1,6 +1,6 @@ set(INFRA exdata mq tuple packet_manager packet_io ip_reassembly tcp_reassembly session_manager module_manager) set(DEPS bitmap dablooms interval_tree logger nmx_pool rbtree timeout toml) -set(DECODERS appid lpi_plus tls-static)# dns-static) +set(DECODERS appid lpi_plus tls-static dns-static) set(WHOLE_ARCHIVE ${DEPS} ${INFRA} ${DECODERS}) set(LIBS fieldstat4) |
