mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
12 lines
403 B
CMake
12 lines
403 B
CMake
set(account_DATA
|
|
acctchrt_brokerage.gnucash-xea
|
|
acctchrt_common.gnucash-xea
|
|
acctchrt_kids.gnucash-xea
|
|
acctchrt_otherasset.gnucash-xea
|
|
acctchrt_otherloan.gnucash-xea
|
|
acctchrt_chkmu.gnucash-xea)
|
|
|
|
set_dist_list(DE_CH_DIST ${account_DATA} CMakeLists.txt)
|
|
|
|
install(FILES ${account_DATA} DESTINATION ${ACCOUNTS_INSTALL_DIR}/de_CH)
|
|
file(COPY ${account_DATA} DESTINATION ${ACCOUNTS_BUILD_DIR}/de_CH) |