mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 00:47:42 -06:00
10 lines
347 B
CMake
10 lines
347 B
CMake
add_subdirectory(libc)
|
|
add_subdirectory(goffice)
|
|
add_subdirectory(guile-json)
|
|
if (WITH_GNUCASH)
|
|
add_subdirectory(gwengui-gtk3)
|
|
endif (WITH_GNUCASH)
|
|
|
|
set_local_dist(borrowed_DIST_local jenny/jenny.c CMakeLists.txt README)
|
|
set(borrowed_DIST ${borrowed_DIST_local} ${libc_DIST} ${guile-json_DIST} ${goffice_DIST} ${gwengui_gtk3_DIST} PARENT_SCOPE)
|