Skip to content

Commit

Permalink
vapoursynth: Copy aegisub_vs.py to build folder for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Oct 18, 2023
1 parent a1b3e0d commit 2dbee37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions automation/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
subdir('include')
subdir('vapoursynth')

automation_dir = dataroot / 'automation'

Expand Down
8 changes: 8 additions & 0 deletions automation/vapoursynth/meson.build
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2dbee37

Please sign in to comment.