diff options
| author | 刘畅 <[email protected]> | 2023-03-28 10:35:04 +0000 |
|---|---|---|
| committer | 刘畅 <[email protected]> | 2023-03-28 10:35:04 +0000 |
| commit | 54d7bdfd760309474ed2bd13f7940d96fc007451 (patch) | |
| tree | 955c23b1cd46b6837a2a6cb69b1a411e396b22ee /cmake | |
| parent | daac158a2890ab58a826ae973a2e775625d6af07 (diff) | |
| parent | d6e6708cbeefcb90e09bb5fa76133d8f56a7f6ad (diff) | |
Merge branch 'shaping_fieldstat3' into 'rel'v1.1.0
Shaping fieldstat3
See merge request liuchang/shaping-engine!1
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/Package.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/Package.cmake b/cmake/Package.cmake index 3eb5d64..32411a5 100644 --- a/cmake/Package.cmake +++ b/cmake/Package.cmake @@ -31,7 +31,8 @@ else() endif() # setup %config(noreplace) -set(CPACK_RPM_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/main.conf" +set(CPACK_RPM_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/shaping.conf" + "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/shaping_maat.json" "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/zlog.conf" "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/table_info.json") |
