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.
28 lines
525 B
28 lines
525 B
set (scm-guile-json-details
|
|
json/builder.scm
|
|
json/parser.scm
|
|
json/syntax.scm
|
|
)
|
|
|
|
gnc_add_scheme_targets (guile-json-details
|
|
SOURCES "${scm-guile-json-details}"
|
|
OUTPUT_DIR gnucash/json
|
|
MAKE_LINKS)
|
|
|
|
gnc_add_scheme_targets (guile-json
|
|
SOURCES json.scm
|
|
OUTPUT_DIR "gnucash"
|
|
DEPENDS "guile-json-details")
|
|
|
|
set_local_dist(guile-json_DIST_LOCAL
|
|
AUTHORS
|
|
CMakeLists.txt
|
|
COPYING
|
|
json.scm
|
|
${scm-guile-json-details}
|
|
NEWS
|
|
README.org
|
|
)
|
|
|
|
set(guile-json_DIST ${guile-json_DIST_LOCAL} PARENT_SCOPE)
|