mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
7 lines
250 B
CMake
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)
|