Skip to content

Commit

Permalink
bindings/guile cosmetic - move price-quotes target lower down
Browse files Browse the repository at this point in the history
This is just a cosmetic. This way the scm targets in the CMakeLists.txt
file are ordered according to their dependencies (targets later in the
file can depend on targets earlier in the file).
  • Loading branch information
gjanssens committed Dec 6, 2019
1 parent 48f3195 commit 77f669f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions bindings/guile/CMakeLists.txt
Expand Up @@ -67,13 +67,6 @@ install(TARGETS gnucash-guile

# Scheme

# depends on main.scm
gnc_add_scheme_targets(price-quotes
price-quotes.scm
gnucash
"scm-engine;scm-app-utils"
FALSE)

set (core_utils_SCHEME core-utils.scm)

set(GUILE_OUTPUT_DIR gnucash)
Expand Down Expand Up @@ -135,6 +128,12 @@ gnc_add_scheme_targets(scm-engine-2

add_custom_target(scm-engine ALL DEPENDS scm-engine-2 scm-engine-1 scm-engine-0)

gnc_add_scheme_targets(price-quotes
price-quotes.scm
gnucash
"scm-engine;scm-app-utils"
FALSE)

set_local_dist(guile_DIST_local
CMakeLists.txt
core-utils.scm
Expand Down

0 comments on commit 77f669f

Please sign in to comment.