gnucash/bindings/python/example_scripts/CMakeLists.txt
Hong Xu e0e77ca39d Add Python example export_account_totals.py
This example exports acount totals of all accounts into a CSV file.

This has been asked before: https://money.stackexchange.com/questions/111786/exporting-account-totals-in-gnucash
2020-08-01 14:47:33 -07:00

23 lines
665 B
CMake

set(example_scripts_DATA
account_analysis.py
change_tax_code.py
export_account_totals.py
Invoice.tex
latex_invoices.py
new_book_with_opening_balances.py
simple_book.py
simple_business_create.py
simple_invoice_insert.py
simple_session.py
simple_sqlite_create.py
simple_test.py
test_imbalance_transaction.py
rest-api/gnucash_rest.py
rest-api/gnucash_simple.py
rest-api/README
)
set_local_dist(example_scripts_DIST_local CMakeLists.txt ${example_scripts_DATA})
set(example_scripts_DIST ${example_scripts_DIST_local} PARENT_SCOPE)