mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 12:14:31 -06:00
a9f35ed7ae
A huge bikeshed fest but it distracted me enough to do it anyway.
9 lines
310 B
CMake
9 lines
310 B
CMake
set(account_DATA
|
|
acctchrt_common.gnucash-xea
|
|
acctchrt_sbr-xbrl.gnucash-xea
|
|
acctchrt_rf.gnucash-xea)
|
|
|
|
set_dist_list(SV_FI_DIST ${account_DATA} CMakeLists.txt)
|
|
|
|
install(FILES ${account_DATA} DESTINATION ${ACCOUNTS_INSTALL_DIR}/sv_FI)
|
|
file(COPY ${account_DATA} DESTINATION ${ACCOUNTS_BUILD_DIR}/sv_FI) |