mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
include gnucash_core of python bindings in python swig app-utils
This commit is contained in:
parent
43cebedd3d
commit
ab843c0b7a
@ -84,7 +84,8 @@ macro (gnc_add_swig_python_command _target _out_var _py_out_var _output _py_outp
|
||||
${CMAKE_SOURCE_DIR}/common
|
||||
${CMAKE_SOURCE_DIR}/libgnucash/engine
|
||||
${CMAKE_SOURCE_DIR}/libgnucash/app-utils
|
||||
)
|
||||
${CMAKE_SOURCE_DIR}/bindings/python
|
||||
)
|
||||
|
||||
set (PYTHON_SWIG_FLAGS ${DEFAULT_SWIG_PYTHON_FLAGS})
|
||||
foreach (dir ${DEFAULT_SWIG_PYTHON_C_INCLUDES})
|
||||
|
@ -56,6 +56,7 @@ void
|
||||
#endif
|
||||
SWIG_init (void);
|
||||
%}
|
||||
%import <gnucash_core.i>
|
||||
#endif
|
||||
|
||||
%import "base-typemaps.i"
|
||||
|
Loading…
Reference in New Issue
Block a user