##// END OF EJS Templates
Auto copy test plugin to right output folder...
jeandet -
r1487:07c3e5db5351
parent child
Show More
@@ -0,0 +1,2
1
2 configure_file(input:'TestPlugin.py', output:'TestPlugin.py', copy:true)
@@ -32,6 +32,7 endforeach
32 32 sciqlop_bindings_src = files('bindings.h', 'PyDataProvider.h', 'numpy_wrappers.h', 'numpy_wrappers.cpp')
33 33
34 34 subdir('SciQLopBindings')
35 subdir('plugins')
35 36
36 37 shiboken_dep = declare_dependency(compile_args: shiboken2_build_flags, link_args: shiboken2_link_flags)
37 38
@@ -41,6 +42,5 sciqlop_bindings = python3.extension_module('SciQLopBindings',sciqlop_bindings_s
41 42
42 43
43 44 configure_file(input:'main.py', output:'main.py', copy:true)
44 configure_file(input:'TestPlugin.py', output:'TestPlugin.py', copy:true)
45 45
46 46 executable('sciqlop', 'main.cpp', dependencies :python3.dependency())
1 NO CONTENT: file renamed from app/PySide2-bindings/TestPlugin.py to app/PySide2-bindings/plugins/TestPlugin.py
General Comments 0
You need to be logged in to leave comments. Login now