diff options
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 fc0ad21..a358fae 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 monitor) set(DEPS bitmap dablooms interval_tree logger nmx_pool rbtree timeout toml ringbuf) -set(DECODERS lpi_plus) +set(DECODERS lpi_plus quic) set(WHOLE_ARCHIVE ${DEPS} ${INFRA} ${DECODERS}) set(LIBS fieldstat4) |
