We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8b5e2 commit 4bc563fCopy full SHA for 4bc563f
CMakeLists.txt
@@ -208,7 +208,9 @@ install(FILES
208
209
install(TARGETS "Zycore" EXPORT "zycore-targets"
210
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
211
- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
212
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
213
+)
214
215
install(EXPORT "zycore-targets"
216
NAMESPACE "Zycore::"
0 commit comments