mirror of
https://github.com/curl/curl.git
synced 2026-07-26 02:37:16 +03:00
cmake: install the dll file to the correct directory
This commit is contained in:
parent
63b4b8c7bd
commit
20112ed846
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue