mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
467 B
16 lines
467 B
set(account_DATA
|
|
acctchrt_brokerage.gnucash-xea
|
|
acctchrt_common.gnucash-xea
|
|
acctchrt_kids.gnucash-xea
|
|
acctchrt_otherasset.gnucash-xea
|
|
acctchrt_otherloan.gnucash-xea
|
|
acctchrt_kmu.gnucash-xea)
|
|
|
|
set_dist_list(DE_CH_DIST ${account_DATA} CMakeLists.txt)
|
|
|
|
install(FILES ${account_DATA} DESTINATION ${ACCOUNTS_INSTALL_DIR}/de_CH)
|
|
|
|
foreach(acct_file ${account_DATA})
|
|
configure_file(${acct_file} ${ACCOUNTS_BUILD_DIR}/de_CH/${acct_file} COPYONLY)
|
|
endforeach()
|