mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
349 B
16 lines
349 B
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_DATADIR}/gnucash/checks)
|
|
|
|
file(COPY ${checks_DATA} DESTINATION ${DATADIR_BUILD}/gnucash/checks)
|
|
|
|
set_dist_list(checks_DIST CMakeLists.txt ${checks_DATA})
|