summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlijia <[email protected]>2021-06-10 11:39:10 +0800
committerlijia <[email protected]>2021-06-10 11:39:10 +0800
commitef7e18b8a90edefe1c42763a7d75af2de1e79851 (patch)
tree0db0365be004df40049c1f0a8906e31c3e464a4c /CMakeLists.txt
parenta5df5d2abf6e2fe584c5867c1c05c283766aa2bc (diff)
TSG-5511, 对于UDP和TCP按data建连接,增加根据配置文件well_known_port.conf指定服务端口,用来决定创建流的方向功能。
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b80ecf9..9ac6a73 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -211,7 +211,7 @@ install(FILES bin/etc/asymmetric_addr_layer.conf DESTINATION etc COMPONENT PROFI
install(FILES bin/etc/vlan_flipping_map.conf DESTINATION etc COMPONENT PROFILE)
install(FILES bin/etc/stream_compare_layer.conf DESTINATION etc COMPONENT PROFILE)
install(FILES bin/etc/necessary_plug_list.conf DESTINATION etc COMPONENT PROFILE)
-
+install(FILES bin/etc/well_known_port.conf DESTINATION etc COMPONENT PROFILE)
if(NOT ENABLE_STATIC_LINK)