mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:50:45 +08:00
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
|