Skip to content

Commit

Permalink
cmake: ensure windows dll's are installed as well as lib files
Browse files Browse the repository at this point in the history
Closes: #621
  • Loading branch information
Philip Herron authored and azat committed Apr 8, 2018
1 parent 791e3de commit 0fa43c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/AddEventLibrary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 0fa43c9

Please sign in to comment.