From 8650293c5c3182c4bd6eaaa64f664f32648907ca 2019-09-05 18:20:08 From: Alexis Jeandet Date: 2019-09-05 18:20:08 Subject: [PATCH] Added new main wrapper to meson build desc Signed-off-by: Alexis Jeandet --- diff --git a/app/PySide2-bindings/meson.build b/app/PySide2-bindings/meson.build index 4c9c7ac..07660ae 100644 --- a/app/PySide2-bindings/meson.build +++ b/app/PySide2-bindings/meson.build @@ -41,3 +41,5 @@ sciqlop_bindings = python3.extension_module('SciQLopBindings',sciqlop_bindings_s configure_file(input:'main.py', output:'main.py', copy:true) configure_file(input:'TestPlugin.py', output:'TestPlugin.py', copy:true) + +executable('sciqlop', 'main.cpp', dependencies :python3.dependency())