mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 08:57:17 -06:00
88706e5657
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.
11 lines
268 B
CMake
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)
|