vapoursynth: Copy aegisub_vs.py to build folder for testing

This commit is contained in:
arch1t3cht 2023-10-18 14:33:26 +02:00
parent a1b3e0d9f1
commit 2dbee37ad8
2 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,5 @@
subdir('include')
subdir('vapoursynth')
automation_dir = dataroot / 'automation'

View File

@ -0,0 +1,8 @@
# Copy files to build directory for testing purposes
vs_files = files(
'aegisub_vs.py',
)
foreach f: vs_files
configure_file(input: f, output: '@PLAINNAME@', copy: true)
endforeach