mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
374 B
16 lines
374 B
add_subdirectory(libc)
|
|
add_subdirectory(goffice)
|
|
add_subdirectory(chartjs-2)
|
|
add_subdirectory(chartjs-4)
|
|
add_subdirectory(guile-json)
|
|
|
|
set_local_dist(borrowed_DIST_local jenny/jenny.c CMakeLists.txt README)
|
|
set(borrowed_DIST
|
|
${borrowed_DIST_local}
|
|
${chartjs-2_DIST}
|
|
${chartjs-4_DIST}
|
|
${libc_DIST}
|
|
${guile-json_DIST}
|
|
${goffice_DIST}
|
|
PARENT_SCOPE)
|