2018-05-03 16:18:15 -05:00
|
|
|
set(account_DATA
|
2017-02-01 21:48:46 -06:00
|
|
|
acctchrt_brokerage.gnucash-xea
|
|
|
|
acctchrt_carloan.gnucash-xea
|
|
|
|
acctchrt_cdmoneymkt.gnucash-xea
|
|
|
|
acctchrt_childcare.gnucash-xea
|
|
|
|
acctchrt_common.gnucash-xea
|
|
|
|
acctchrt_currency.gnucash-xea
|
|
|
|
acctchrt_eduloan.gnucash-xea
|
|
|
|
acctchrt_fixedassets.gnucash-xea
|
|
|
|
acctchrt_homeloan.gnucash-xea
|
|
|
|
acctchrt_homeown.gnucash-xea
|
|
|
|
acctchrt_otherloan.gnucash-xea
|
|
|
|
acctchrt_renter.gnucash-xea
|
|
|
|
acctchrt_retiremt.gnucash-xea
|
|
|
|
acctchrt_spouseinc.gnucash-xea
|
|
|
|
acctchrt_spouseretire.gnucash-xea)
|
|
|
|
|
2018-05-03 16:18:15 -05:00
|
|
|
set_dist_list(ES_ES_DIST ${account_DATA} CMakeLists.txt)
|
2017-02-01 21:48:46 -06:00
|
|
|
|
2018-05-03 16:18:15 -05:00
|
|
|
install(FILES ${account_DATA} DESTINATION ${ACCOUNTS_INSTALL_DIR}/es_ES)
|
2020-04-19 12:33:07 -05:00
|
|
|
|
|
|
|
foreach(acct_file ${account_DATA})
|
|
|
|
configure_file(${acct_file} ${ACCOUNTS_BUILD_DIR}/es_ES/${acct_file} COPYONLY)
|
|
|
|
endforeach()
|