mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-21 08:34:15 -06:00
f4c27d4494
To prevent a circular dependency between libgnc-app-utils and libgnucash-guile.
12 lines
284 B
CMake
12 lines
284 B
CMake
add_subdirectory(guile)
|
|
add_subdirectory(python)
|
|
|
|
set_local_dist(bindings_DIST_local
|
|
CMakeLists.txt
|
|
app-utils.i
|
|
business-core.i
|
|
core-utils.i
|
|
engine.i
|
|
engine-common.i)
|
|
set(bindings_DIST ${bindings_DIST_local} ${guile_DIST} ${python_bindings_DIST} PARENT_SCOPE)
|