mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
b4ba8298f5
* update to 3.3.0 * merge patchs * remove ONLY_STATIC_LIBRARY * install .dll
13 lines
414 B
Diff
13 lines
414 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index e5723d0..ecc1ac2 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -337,6 +337,7 @@ target_include_directories(SQLiteCpp
|
|
include(GNUInstallDirs)
|
|
install(TARGETS SQLiteCpp
|
|
EXPORT ${PROJECT_NAME}Targets
|
|
+ RUNTIME DESTINATION bin
|
|
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
|
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
|
COMPONENT libraries)
|