mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 08:57:17 -06:00
a0aa105826
A small step in the direction of making libgnucash guile-free.
6 lines
195 B
CMake
6 lines
195 B
CMake
add_subdirectory(guile)
|
|
add_subdirectory(python)
|
|
|
|
set_local_dist(bindings_DIST_local CMakeLists.txt )
|
|
set(bindings_DIST ${bindings_DIST_local} ${guile_DIST} ${python_bindings_DIST} PARENT_SCOPE)
|