Files
gnucash/data/accounts/lt/CMakeLists.txt
Geert Janssens afecab330a Move accounts, checks and pixmaps into a data directory
At the same time move the art directory into contrib to unclutter the top level
2017-08-11 22:42:15 +02:00

7 lines
250 B
CMake

SET(account_DATA acctchrt_business.gnucash-xea)
SET_DIST_LIST(LT_DIST ${account_DATA} Makefile.am CMakeLists.txt)
INSTALL(FILES ${account_DATA} DESTINATION ${ACCOUNTS_INSTALL_DIR}/lt)
FILE(COPY ${account_DATA} DESTINATION ${ACCOUNTS_BUILD_DIR}/lt)