diff options
| author | liuxueli <[email protected]> | 2024-09-05 04:08:08 +0000 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2024-09-05 04:08:08 +0000 |
| commit | e05b3b13d531006f2c7801988dea436aa613a44e (patch) | |
| tree | 56544e45438e6bd9d664fa8ed5f56f4b048887ad /infra | |
| parent | 3cabfb76294fbaf0fa725b54fc71b484adc63287 (diff) | |
Feature: build both a static and shared library at the same timedevelop-1.0
Diffstat (limited to 'infra')
| -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 06be3b7..f3dfc9f 100644 --- a/infra/CMakeLists.txt +++ b/infra/CMakeLists.txt @@ -1,6 +1,6 @@ set(INFRA tuple packet_parser packet_io ip_reassembly tcp_reassembly session_manager plugin_manager) set(DEPS bitmap dablooms interval_tree logger nmx_pool rbtree timeout toml) -set(DECODERS http lpi ssl_decoder) +set(DECODERS http lpi ssl_decoder_STATIC) set(WHOLE_ARCHIVE ${DEPS} ${INFRA} ${DECODERS}) foreach(infra ${INFRA}) |
