gnucash/borrowed/guile-json/CMakeLists.txt

20 lines
285 B
CMake
Raw Normal View History

2018-05-03 13:52:17 -05:00
add_subdirectory(json)
2018-04-22 08:20:10 -05:00
gnc_add_scheme_targets (guile-json
2018-05-03 13:52:17 -05:00
json.scm
""
2018-04-22 08:20:10 -05:00
""
FALSE
2018-05-03 13:52:17 -05:00
)
2018-03-04 05:10:58 -06:00
2018-05-03 13:52:17 -05:00
set_local_dist(guile-json_DIST_LOCAL
AUTHORS
2018-04-22 08:20:10 -05:00
CMakeLists.txt
COPYING
2018-05-03 13:52:17 -05:00
json.scm
NEWS
README.org
2018-05-03 13:52:17 -05:00
)
set(guile-json_DIST ${guile-json_DIST_LOCAL} ${guile-json-details_DIST} PARENT_SCOPE)