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.
23 lines
665 B
23 lines
665 B
|
|
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)
|