Allow copying of all dependencies (windows only)

If the cmake user variable COPY_DEPENDENCIES is set, this script will
make it so that a windows build will automatically copy all required
dependencies (FFmpeg, x264, and Qt5) to the respective
additional_install_files\exec(32|64) directory.  This makes it much
easier to set up a development environment on windows, and much easier
to make usable test builds.

It will also copy the appropriate Direct3D compiler DLL, along with
dependencies of dependencies (the icu*.dll and EGL/GLES files for Qt)
This commit is contained in:
jp9000
2014-07-18 15:15:49 -07:00
parent 5c597102f2
commit 85701b0925
2 changed files with 183 additions and 0 deletions

View File

@@ -82,3 +82,5 @@ if(NOT INSTALLER_RUN)
else()
obs_generate_multiarch_installer()
endif()
include(CopyMSVCBins)