vapoursynth: Copy aegisub_vs.py to build folder for testing
This commit is contained in:
parent
a1b3e0d9f1
commit
2dbee37ad8
2 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
subdir('include')
|
subdir('include')
|
||||||
|
subdir('vapoursynth')
|
||||||
|
|
||||||
automation_dir = dataroot / 'automation'
|
automation_dir = dataroot / 'automation'
|
||||||
|
|
||||||
|
|
8
automation/vapoursynth/meson.build
Normal file
8
automation/vapoursynth/meson.build
Normal 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
|
Loading…
Reference in a new issue