##// END OF EJS Templates
Update Meson build def...
Update Meson build def Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1480:fb552be9c83a
r1480:fb552be9c83a
Show More
meson.build
17 lines | 1.1 KiB | text/plain | TextLexer
shiboken2_generator_out = custom_target('sciqlop_bindings',
build_by_default:true,
output:generated_srcs,
input:'../bindings.xml',
depend_files:sciqlop_bindings_src,
command:[shiboken2,meson.current_source_dir()+'/../bindings.h',meson.current_source_dir()+'/../bindings.xml','--generator-set=shiboken',
'--enable-parent-ctor-heuristic',
'--enable-return-value-heuristic',
'--use-isnull-as-nb_nonzero',
'--avoid-protected-hack',
'--enable-pyside-extensions',
'-std=c++17',
'--typesystem-paths='+shiboken2_typesystem,
sciqlop_bindings_incs,
'--output-directory='+meson.current_build_dir()+'/../']
)