Files
gnucash/bindings/python/example_scripts/CMakeLists.txt
Geert Janssens 83d14e1c1c Restructure the src directory
It is split into
- /libgnucash (for the non-gui bits)
- /gnucash (for the gui)
- /common (misc source files used by both)
- /bindings (currently only holds python bindings)

This is the first step in restructuring the code. It will need much
more fine tuning later on.
2017-08-10 18:45:00 +02:00

21 lines
631 B
CMake

SET(example_scripts_DATA
account_analysis.py
change_tax_code.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)