summaryrefslogtreecommitdiff
path: root/cmake/Package.cmake
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-06-21 10:18:14 +0800
committerluwenpeng <[email protected]>2024-06-21 10:44:33 +0800
commit84d1ff3532ca81467a4c0155c07adcdf77c48f78 (patch)
tree97d638822e4e8f57bc62568003627df26cd5229f /cmake/Package.cmake
parentb17ece25739b4d65b74114ea827dcb4a84364f2b (diff)
set all config noreplacev4.9.5-20240621develop-21.09-K18
Diffstat (limited to 'cmake/Package.cmake')
-rw-r--r--cmake/Package.cmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/cmake/Package.cmake b/cmake/Package.cmake
index d36b3e7..4c6f061 100644
--- a/cmake/Package.cmake
+++ b/cmake/Package.cmake
@@ -32,5 +32,9 @@ endif()
# setup %config(noreplace)
set(CPACK_RPM_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/pangu/pangu_pxy.conf"
- "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/tfe/tfe.conf")
+ "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/doh/doh.conf"
+ "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/tfe/tfe.conf"
+ "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/tfe/zlog.conf"
+ "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/tfe/future.conf")
+
include(CPack)