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.
4 lines
153 B
CMake
4 lines
153 B
CMake
ADD_SUBDIRECTORY(valgrind)
|
|
|
|
SET_LOCAL_DIST(debug_DIST_local CMakeLists.txt Makefile.am)
|
|
SET(debug_DIST ${debug_DIST_local} ${valgrind_DIST} PARENT_SCOPE) |