mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 02:40:43 -06:00
a9f35ed7ae
A huge bikeshed fest but it distracted me enough to do it anyway.
9 lines
235 B
CMake
9 lines
235 B
CMake
|
|
add_subdirectory(xml)
|
|
add_subdirectory (dbi)
|
|
add_subdirectory (sql)
|
|
|
|
|
|
|
|
set_local_dist(backend_DIST_local CMakeLists.txt )
|
|
set(backend_DIST ${backend_DIST_local} ${backend_dbi_DIST} ${backend_sql_DIST} ${backend_xml_DIST} PARENT_SCOPE) |