mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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.
This commit is contained in:
11
libgnucash/backend/CMakeLists.txt
Normal file
11
libgnucash/backend/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
ADD_SUBDIRECTORY(xml)
|
||||
IF (WITH_SQL)
|
||||
ADD_SUBDIRECTORY (dbi)
|
||||
ADD_SUBDIRECTORY (sql)
|
||||
ENDIF (WITH_SQL)
|
||||
|
||||
|
||||
|
||||
SET_LOCAL_DIST(backend_DIST_local CMakeLists.txt Makefile.am)
|
||||
SET(backend_DIST ${backend_DIST_local} ${backend_dbi_DIST} ${backend_sql_DIST} ${backend_xml_DIST} PARENT_SCOPE)
|
||||
Reference in New Issue
Block a user