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.
gnucash/borrowed/guile-json/json/CMakeLists.txt

18 lines
253 B

set (scm-guile-json-details
builder.scm
parser.scm
syntax.scm
)
gnc_add_scheme_targets (guile-json-details
"${scm-guile-json-details}"
json
""
FALSE
)
set_dist_list (guile-json-details_DIST
CMakeLists.txt
${scm-guile-json-details}
)