mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:19:08 +08:00
630bc4ef88
* Fix libsrtp DLL destination and mingw * Update versions
13 lines
317 B
Diff
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
|