mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
At the same time move the art directory into contrib to unclutter the top level
20 lines
629 B
CMake
20 lines
629 B
CMake
SET(account_DATA
|
|
acctchrt_brokerage.gnucash-xea
|
|
acctchrt_carloan.gnucash-xea
|
|
acctchrt_checkbook.gnucash-xea
|
|
acctchrt_childcare.gnucash-xea
|
|
acctchrt_common.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)
|
|
|
|
SET_DIST_LIST(IT_DIST ${account_DATA} Makefile.am CMakeLists.txt)
|
|
|
|
INSTALL(FILES ${account_DATA} DESTINATION ${ACCOUNTS_INSTALL_DIR}/it)
|
|
FILE(COPY ${account_DATA} DESTINATION ${ACCOUNTS_BUILD_DIR}/it)
|