vcpkg/ports/zycore/fix-install.patch
r4ve1 0967abd175
[zycore] Add new port (#27195)
* [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>
2022-10-14 16:02:39 -07:00

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"