mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
0967abd175
* [zycore] new port * [zycore] add version files * [zycore] add license field to vcpkg.json * [zycore] fix version * [zycore] fix port files' format Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [zycore]: update git-tree version * [zycore]: fix description Co-authored-by: Florian Bernd <flobernd@users.noreply.github.com> * [zycore]: update git-tree version * [zycore]: optimize portfile.cmake * [zycore]: optimize port files Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Florian Bernd <flobernd@users.noreply.github.com>
13 lines
401 B
Diff
13 lines
401 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index d17f7d7..e34f508 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -208,6 +208,7 @@ install(FILES
|
|
|
|
install(TARGETS "Zycore" EXPORT "zycore-targets"
|
|
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
|
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
|
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
|
|
|
install(EXPORT "zycore-targets"
|