mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
20 lines
285 B
CMake
20 lines
285 B
CMake
add_subdirectory(json)
|
|
|
|
gnc_add_scheme_targets (guile-json
|
|
json.scm
|
|
""
|
|
""
|
|
FALSE
|
|
)
|
|
|
|
set_local_dist(guile-json_DIST_LOCAL
|
|
AUTHORS
|
|
CMakeLists.txt
|
|
COPYING
|
|
json.scm
|
|
NEWS
|
|
README.org
|
|
)
|
|
|
|
set(guile-json_DIST ${guile-json_DIST_LOCAL} ${guile-json-details_DIST} PARENT_SCOPE)
|