projects
/
libevent
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
791e3de
)
cmake: ensure windows dll's are installed as well as lib files
author
Philip Herron
<phil.herron@neueda.com>
Thu, 5 Apr 2018 14:17:06 +0000
(15:17 +0100)
committer
Azat Khuzhin
<a3at.mail@gmail.com>
Sun, 8 Apr 2018 21:15:03 +0000
(
00:15
+0300)
Closes: #621
cmake/AddEventLibrary.cmake
patch
|
blob
|
history
diff --git
a/cmake/AddEventLibrary.cmake
b/cmake/AddEventLibrary.cmake
index 8475e086bc60427179e1e0dc5371cf2d4499a941..3f4e800e02defb910fb9c5e756a8a7072f9949c1 100644
(file)
--- 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
)