aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libsrtp/fix-runtime-destination.patch
blob: ba97cc1135bc1d866eddcabbd375ae2abee3e8c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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