0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins/win-capture/inject-helper
PatTheMav d42c98fa22
win-capture: Fix added resources not properly copied to rundir
The `add_target_resource` function uses unnecessary path components
when copying files to the rundir, resulting in files added that way
not to end up where OBS expects them to.

The generated binaries created by sub-targets also need to be copied
as part of `win-capture`'s data files, which was easy to fix as the
target exists before CMake switches into the subdirectories.
2022-03-30 11:10:54 +02:00
..
CMakeLists.txt win-capture: Fix added resources not properly copied to rundir 2022-03-30 11:10:54 +02:00
inject-helper.c inject-helper: Remove UNUSED_PARAMETER macro 2021-11-20 22:53:10 -08:00