]> granicus.if.org Git - libevent/commitdiff
cmake: ensure windows dll's are installed as well as lib files
authorPhilip Herron <phil.herron@neueda.com>
Thu, 5 Apr 2018 14:17:06 +0000 (15:17 +0100)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sun, 8 Apr 2018 21:15:03 +0000 (00:15 +0300)
Closes: #621
cmake/AddEventLibrary.cmake

index 8475e086bc60427179e1e0dc5371cf2d4499a941..3f4e800e02defb910fb9c5e756a8a7072f9949c1 100644 (file)
@@ -98,6 +98,7 @@ macro(add_event_library LIB_NAME)
         EXPORT LibeventTargets
         LIBRARY DESTINATION "lib" COMPONENT lib
         ARCHIVE DESTINATION "lib" COMPONENT lib
+        RUNTIME DESTINATION "lib" COMPONENT lib
         PUBLIC_HEADER DESTINATION "include/event2"
         COMPONENT dev
     )