summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorPhilip Herron <phil.herron@neueda.com>2018-04-05 15:17:06 +0100
committerAzat Khuzhin <a3at.mail@gmail.com>2018-04-09 00:15:03 +0300
commit0fa43c99fbba6f3b1827ada98302f548206a358f (patch)
treef8b83893743ae3b7ba54a91d29088630b407479a /cmake
parent791e3de0c38f9f413f33addcac2d8bca68590ca6 (diff)
downloadlibevent-0fa43c99fbba6f3b1827ada98302f548206a358f.tar.gz
cmake: ensure windows dll's are installed as well as lib files
Closes: #621
Diffstat (limited to 'cmake')
-rw-r--r--cmake/AddEventLibrary.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/AddEventLibrary.cmake b/cmake/AddEventLibrary.cmake
index 8475e086..3f4e800e 100644
--- a/cmake/AddEventLibrary.cmake
+++ b/cmake/AddEventLibrary.cmake
@@ -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
)