mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 05:29:14 +08:00
13 lines
478 B
Diff
13 lines
478 B
Diff
|
diff --git a/build/cmake/lib/CMakeLists.txt b/build/cmake/lib/CMakeLists.txt
|
||
|
index 4274cbdd3..ea1b5f088 100644
|
||
|
--- a/build/cmake/lib/CMakeLists.txt
|
||
|
+++ b/build/cmake/lib/CMakeLists.txt
|
||
|
@@ -163,6 +163,7 @@ install(TARGETS ${library_targets}
|
||
|
INCLUDES DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
|
||
|
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
||
|
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
||
|
+ RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
||
|
)
|
||
|
|
||
|
# uninstall target
|