mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
libgnucash/scm - move to bindings/guile
A small step in the direction of making libgnucash guile-free.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
add_subdirectory(guile)
|
||||
add_subdirectory(python)
|
||||
|
||||
set_local_dist(bindings_DIST_local CMakeLists.txt )
|
||||
set(bindings_DIST ${bindings_DIST_local} ${python_bindings_DIST} PARENT_SCOPE)
|
||||
set(bindings_DIST ${bindings_DIST_local} ${guile_DIST} ${python_bindings_DIST} PARENT_SCOPE)
|
||||
|
||||
Reference in New Issue
Block a user