Skip to content

Commit 4bc563f

Browse files
author
r4ve1
authored
Fix build-system to better work with vcpkg (#56)
1 parent 4a8b5e2 commit 4bc563f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,9 @@ install(FILES
208208

209209
install(TARGETS "Zycore" EXPORT "zycore-targets"
210210
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
211-
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
211+
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
212+
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
213+
)
212214

213215
install(EXPORT "zycore-targets"
214216
NAMESPACE "Zycore::"

0 commit comments

Comments
 (0)