mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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.
21 lines
631 B
CMake
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) |