mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 20:24:25 -06:00
afecab330a
At the same time move the art directory into contrib to unclutter the top level
22 lines
706 B
CMake
22 lines
706 B
CMake
SET(account_DATA
|
|
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)
|
|
|
|
SET_DIST_LIST(CS_DIST ${account_DATA} Makefile.am CMakeLists.txt)
|
|
|
|
INSTALL(FILES ${account_DATA} DESTINATION ${ACCOUNTS_INSTALL_DIR}/cs)
|
|
FILE(COPY ${account_DATA} DESTINATION ${ACCOUNTS_BUILD_DIR}/cs)
|