mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 02:10:36 -06:00
85c7f7d1cb
It's imported code, not gnucash specific. In addition that's where the json script expexts to find it's subfiles.
18 lines
253 B
CMake
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}
|
|
)
|