cmake: install the dll file to the correct directory

This commit is contained in:
Ben Boeckel 2015-02-18 17:19:04 -05:00 committed by Daniel Stenberg
parent 63b4b8c7bd
commit 20112ed846
1 changed files with 4 additions and 1 deletions

View File

@ -98,4 +98,7 @@ if(WIN32)
endif()
endif()
install(TARGETS ${LIB_NAME} DESTINATION lib)
install(TARGETS ${LIB_NAME}
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin)