@@ -32,6 +32,7 endforeach | |||||
32 | sciqlop_bindings_src = files('bindings.h', 'PyDataProvider.h', 'numpy_wrappers.h', 'numpy_wrappers.cpp') |
|
32 | sciqlop_bindings_src = files('bindings.h', 'PyDataProvider.h', 'numpy_wrappers.h', 'numpy_wrappers.cpp') | |
33 |
|
33 | |||
34 | subdir('SciQLopBindings') |
|
34 | subdir('SciQLopBindings') | |
|
35 | subdir('plugins') | |||
35 |
|
36 | |||
36 | shiboken_dep = declare_dependency(compile_args: shiboken2_build_flags, link_args: shiboken2_link_flags) |
|
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 | configure_file(input:'main.py', output:'main.py', copy:true) |
|
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 | executable('sciqlop', 'main.cpp', dependencies :python3.dependency()) |
|
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 |
|
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