cmake: install the dll file to the correct directory
This commit is contained in:
committed by
Daniel Stenberg
parent
63b4b8c7bd
commit
20112ed846
@@ -98,4 +98,7 @@ if(WIN32)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
install(TARGETS ${LIB_NAME} DESTINATION lib)
|
install(TARGETS ${LIB_NAME}
|
||||||
|
ARCHIVE DESTINATION lib
|
||||||
|
LIBRARY DESTINATION lib
|
||||||
|
RUNTIME DESTINATION bin)
|
||||||
|
|||||||
Reference in New Issue
Block a user