ref: 0c4feb72cf976f63d4bf62436bc48f190d0e0c28
parent: 428854931e683b405da20d2f404073f51c5a183d
author: Werner Lemberg <[email protected]>
date: Wed Oct 17 07:25:32 EDT 2018
* CMakeLists.txt: Specify `RUNTIME DESTINATION'. This is needed for DLL builds.
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -469,6 +469,7 @@
EXPORT freetype-targets
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
FRAMEWORK DESTINATION Library/Frameworks
COMPONENT libraries)
install(
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-10-17 David Demelier <[email protected]>
+
+ * CMakeLists.txt: Specify `RUNTIME DESTINATION'.
+
+ This is needed for DLL builds.
+
2018-10-07 Werner Lemberg <[email protected]>
A missing Unicode cmap is not a fatal error.