diff options
Diffstat (limited to 'cmake/scripts/windows')
-rw-r--r-- | cmake/scripts/windows/ArchSetup.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/scripts/windows/ArchSetup.cmake b/cmake/scripts/windows/ArchSetup.cmake index 4493c3c3e8..11c45cf30a 100644 --- a/cmake/scripts/windows/ArchSetup.cmake +++ b/cmake/scripts/windows/ArchSetup.cmake @@ -62,6 +62,7 @@ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /SAFESEH:NO") # TODO: It would certainly be better to handle these libraries via CMake modules. if(${ARCH} STREQUAL win32) link_directories(${CMAKE_SOURCE_DIR}/lib/win32/ffmpeg/bin + ${CMAKE_SOURCE_DIR}/project/BuildDependencies/${ARCH}/lib ${CMAKE_SOURCE_DIR}/project/BuildDependencies/lib) else() link_directories(${CMAKE_SOURCE_DIR}/lib/win32/ffmpeg/bin |