gnucash/bindings/CMakeLists.txt
Geert Janssens 88706e5657 bindings/guile - remove gnc-module wrapper
Emit appropriate deprecation warnings in case code tries to invoke the removed functions.
Only for gnc:module-load a more elaborate compat function has
been written which should allow code using this obsolete function
to continue to function. The emitted deprecation warning will
guide the user to update his/her code for future compatibility.
2019-12-06 20:38:21 +01:00

11 lines
268 B
CMake

add_subdirectory(guile)
add_subdirectory(python)
set_local_dist(bindings_DIST_local
CMakeLists.txt
business-core.i
core-utils.i
engine.i
engine-common.i)
set(bindings_DIST ${bindings_DIST_local} ${guile_DIST} ${python_bindings_DIST} PARENT_SCOPE)