mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 01:16:43 -06:00
83d14e1c1c
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.
5 lines
168 B
CMake
5 lines
168 B
CMake
ADD_SUBDIRECTORY(python)
|
|
|
|
SET_LOCAL_DIST(bindings_DIST_local CMakeLists.txt Makefile.am)
|
|
SET(bindings_DIST ${bindings_DIST_local} ${python_bindings_DIST} PARENT_SCOPE)
|