##// END OF EJS Templates
Switch to speasy...
Switch to speasy Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1505:4bf34af32858
r1510:0046d29d6c44 PySide2
Show More
meson.build
4 lines | 238 B | text/plain | TextLexer
Auto copy test plugin to right output folder...
r1487
configure_file(input:'TestPlugin.py', output:'TestPlugin.py', copy:true)
Added back AMDA plugin, but Python impl this time :)...
r1496 configure_file(input:'SPWC-Amda.py', output:'SPWC-Amda.py', copy:true)
Few fixes to build on CentOS 7 and adds simple example of virtual product...
r1505 configure_file(input:'Demo-virtual-product.py', output:'Demo-virtual-product.py', copy:true)