load config from toml file

This commit is contained in:
luwenpeng
2024-01-29 14:15:33 +08:00
parent 07b1da819a
commit 7d7cc8e90c
10 changed files with 525 additions and 98 deletions

View File

@@ -31,6 +31,6 @@ else()
endif()
# setup %config(noreplace)
set(CPACK_RPM_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/stellar.conf")
set(CPACK_RPM_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/stellar.toml")
include(CPack)