diff options
| author | Qiuwen Lu <[email protected]> | 2020-09-19 15:59:14 +0800 |
|---|---|---|
| committer | 陆秋文 <[email protected]> | 2020-09-19 16:02:46 +0800 |
| commit | eedca2990e249e7192a3374b8d12b940d6f523ae (patch) | |
| tree | 9fb39e3a106d3e313437f4f6dd2470340fb7923c /cmake | |
| parent | 51d4f97db7ba463e3c6109928a4373dd66e3a054 (diff) | |
调整CMakeLists.txt,增加APM服务的定义、样例配置文件。v4.3.27-20200919
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/Package.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Package.cmake b/cmake/Package.cmake index 37ea68a..2531aa6 100644 --- a/cmake/Package.cmake +++ b/cmake/Package.cmake @@ -34,5 +34,6 @@ endif() # setup %config(noreplace) set(CPACK_RPM_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/etc/mrglobal.conf" "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/etc/mrtunnat.conf" + "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/etc/mrapm.conf" "%config(noreplace) /etc/sysconfig/mrzcpd") include(CPack) |
