2018-05-03 16:18:15 -05:00
|
|
|
add_subdirectory(libc)
|
|
|
|
add_subdirectory(goffice)
|
2018-06-14 01:38:46 -05:00
|
|
|
add_subdirectory(chartjs)
|
2018-05-03 16:18:15 -05:00
|
|
|
add_subdirectory(guile-json)
|
2018-06-07 16:17:49 -05:00
|
|
|
if (WITH_GNUCASH)
|
|
|
|
add_subdirectory(gwengui-gtk3)
|
2020-02-06 09:16:31 -06:00
|
|
|
endif()
|
2018-02-03 09:58:52 -06:00
|
|
|
|
2018-07-23 14:47:25 -05:00
|
|
|
set_local_dist(borrowed_DIST_local jenny/jenny.c CMakeLists.txt README)
|
2018-06-14 01:38:46 -05:00
|
|
|
set(borrowed_DIST ${borrowed_DIST_local} ${chartjs_DIST} ${libc_DIST} ${guile-json_DIST} ${goffice_DIST} ${gwengui_gtk3_DIST} PARENT_SCOPE)
|