summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlijia <[email protected]>2021-02-26 16:17:02 +0800
committerlijia <[email protected]>2021-02-26 16:17:02 +0800
commit939e465cc81692ac3468fce23aae51898ec97ff7 (patch)
treeedaa91c6798b530a97d24d2c670be02e6738a4b0 /CMakeLists.txt
parent46ca20894982e83c1d39cf12314751eef594b8ca (diff)
TSG-5636, 支持插件在非entry上下文获取pme私有变量, 仅支持TCP,TCPALL,UDP层插件;
TSG-5604, 新增配置文件necessary_plug_list.conf, 如果必要插件挂载失败, sapp退出.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aedc3dd..e8ea661 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -212,6 +212,8 @@ install(FILES bin/etc/asymmetric_addr_layer.conf DESTINATION etc COMPONENT PROFI
install(FILES bin/etc/asymmetric_presence_layer.conf DESTINATION etc COMPONENT PROFILE)
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)
+
if(NOT ENABLE_STATIC_LINK)