mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 19:00:18 -06:00
a9f35ed7ae
A huge bikeshed fest but it distracted me enough to do it anyway.
5 lines
157 B
CMake
5 lines
157 B
CMake
add_subdirectory(python)
|
|
|
|
set_local_dist(bindings_DIST_local CMakeLists.txt )
|
|
set(bindings_DIST ${bindings_DIST_local} ${python_bindings_DIST} PARENT_SCOPE)
|