cmake: ensure windows dll's are installed as well as lib files

Closes: #621
(cherry picked from commit 0fa43c99fbba6f3b1827ada98302f548206a358f)
This commit is contained in:
Philip Herron 2018-04-05 15:17:06 +01:00 committed by Azat Khuzhin
parent 3bd2ce439d
commit 29590718cf
No known key found for this signature in database
GPG Key ID: B86086848EF8686D

View 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
)