Windows Fix installing the dll
Without a runtime install directory, cmake won't install the dll at all. Only the import library was installed. So fix that.
This commit is contained in:
parent
68bd4bd7bf
commit
7e8674007d
1 changed files with 1 additions and 0 deletions
|
@ -730,6 +730,7 @@ set(CPACK_COMPONENT_HEADERS_DISPLAY_NAME "Header files")
|
|||
install(TARGETS websockets websockets_shared
|
||||
LIBRARY DESTINATION lib${LIB_SUFFIX}
|
||||
ARCHIVE DESTINATION lib${LIB_SUFFIX}
|
||||
RUNTIME DESTINATION bin
|
||||
COMPONENT libraries)
|
||||
set(CPACK_COMPONENT_LIBRARIES_DISPLAY_NAME "Libraries")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue