diff options
| author | 李佳 <[email protected]> | 2024-06-20 10:59:55 +0000 |
|---|---|---|
| committer | 李佳 <[email protected]> | 2024-06-20 10:59:55 +0000 |
| commit | a2e5617ed5f32078b9e2fc1f1a2649aaef6b0eec (patch) | |
| tree | ed5d4b3392bdd577986d26ac8d5c6da21f9c2b2a /src/CMakeLists.txt | |
| parent | 7d6170a23027aff0ebf2e7832dc11e4bbdce57ea (diff) | |
| parent | 05e8c9db6912dc95de9691e9b90e549a4c3beffe (diff) | |
Merge branch 'feat-connect-tunnel' into 'dev-on-stellar2.0'
feat: TSG-20446, support http tunnel with CONNECT method.
See merge request stellar/http_decoder!7
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1d3c949..469591b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -10,7 +10,7 @@ aux_source_directory(${PROJECT_SOURCE_DIR}/deps/toml DEPS_SRC) set(HTTP_SRC ${DEPS_SRC} http_decoder.cpp http_decoder_utils.cpp http_decoder_half.cpp http_decoder_table.cpp http_decoder_string.cpp http_content_decompress.cpp - http_decoder_result_queue.cpp http_decoder_stat.cpp) + http_decoder_result_queue.cpp http_decoder_stat.cpp http_decoder_tunnel.cpp) add_library(http_decoder SHARED ${HTTP_SRC}) set_target_properties(http_decoder PROPERTIES LINK_FLAGS "-Wl,--version-script=${PROJECT_SOURCE_DIR}/src/version.map") |
