Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions borrowed/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
add_subdirectory(libc)
add_subdirectory(goffice)
add_subdirectory(d3-3)
add_subdirectory(chartjs-2)
add_subdirectory(chartjs-4)
add_subdirectory(guile-json)
add_subdirectory(d3-sankey)

set_local_dist(borrowed_DIST_local jenny/jenny.c CMakeLists.txt README)
set(borrowed_DIST
${borrowed_DIST_local}
${chartjs-2_DIST}
${chartjs-4_DIST}
${d3-3_DIST}
${libc_DIST}
${guile-json_DIST}
${goffice_DIST}
${d3-sankey_DIST}
PARENT_SCOPE)
9 changes: 9 additions & 0 deletions borrowed/d3-3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

set(d3-3_DATA
d3.v3.js
d3.v3.min.js
)

install (FILES ${d3-3_DATA} DESTINATION ${CMAKE_INSTALL_DATADIR}/gnucash/d3-3)

set_dist_list(d3-3_DIST CMakeLists.txt ${d3-3_DATA})
Loading
Loading