mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
16 lines
366 B
CMake
16 lines
366 B
CMake
SET(checks_DATA
|
|
deluxe.chk
|
|
liberty.chk
|
|
quicken.chk
|
|
quicken_wallet.chk
|
|
voucher.chk
|
|
quicken_check_21.chk
|
|
quicken_3part.chk
|
|
)
|
|
|
|
INSTALL(FILES ${checks_DATA} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/gnucash/checks)
|
|
|
|
FILE(COPY ${checks_DATA} DESTINATION ${DATADIR_BUILD}/gnucash/checks)
|
|
|
|
SET_DIST_LIST(checks_DIST CMakeLists.txt Makefile.am ${checks_DATA})
|