gnucash/doc/examples/CMakeLists.txt
Geert Janssens a9f35ed7ae Lowercase cmake commands
A huge bikeshed fest but it distracted me enough to do it anyway.
2018-05-03 23:18:15 +02:00

27 lines
450 B
CMake

set(examples_DATA
Money95bank_fr.qif
Money95invst_fr.qif
Money95mfunds_fr.qif
Money95stocks_fr.qif
README
README_invoice
abc-all.qif
abc.qif
bogus.qif
cbb-export.qif
currency_tree_xml.gnucash
every.qif
invoice.csv
ms-money.qif
quicktest.qif
swipe.qif
taxreport.gnucash
web.qif
)
install(FILES ${examples_DATA} DESTINATION ${CMAKE_INSTALL_DOCDIR})
set_dist_list(examples_DIST ${examples_DATA} CMakeLists.txt )