diff options
Diffstat (limited to 'cmake/Package.cmake')
| -rw-r--r-- | cmake/Package.cmake | 6 |
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) |
