gnucash/borrowed/guile-json/json/CMakeLists.txt
Geert Janssens 85c7f7d1cb Install guile-json on the toplevel scm directory instead of gnucash
It's imported code, not gnucash specific. In addition that's where the json
script expexts to find it's subfiles.
2018-05-04 10:22:57 +02:00

18 lines
253 B
CMake

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}
)