vcpkg/ports/libsrtp/fix-runtime-destination.patch
Kai Pastor 630bc4ef88
[libsrtp] Fix DLL destination and mingw (#27540)
* Fix libsrtp DLL destination and mingw

* Update versions
2022-11-01 20:03:09 -07:00

13 lines
317 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d548e78..4a839e2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -262,6 +262,7 @@ endif()
install(TARGETS srtp2 DESTINATION lib
EXPORT libSRTPTargets
+ RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
)
install(FILES include/srtp.h crypto/include/auth.h