cmake: use libcurl.rc in all Windows builds

Reviewed-by: Marcel Raad
Closes #6215
This commit is contained in:
Vincent Torri 2020-11-17 12:32:27 +01:00 committed by Daniel Stenberg
parent f21cc62832
commit ee38a725b9
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ list(APPEND HHEADERS
${CMAKE_CURRENT_BINARY_DIR}/curl_config.h
)
if(MSVC)
if(WIN32)
list(APPEND CSOURCES libcurl.rc)
endif()