mirror of
https://github.com/curl/curl.git
synced 2026-07-26 06:27:32 +03:00
cmake: enable curl.rc for all Windows targets
Before this patch, it was only enabled for MSVC. This syncs this configuration with libcurl.rc, which was already included with every Windows compiler. Closes #8918
This commit is contained in:
parent
a01e84300e
commit
2e769766ea
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ endif()
|
|||
transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake")
|
||||
include(${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake)
|
||||
|
||||
if(MSVC)
|
||||
if(WIN32)
|
||||
list(APPEND CURL_FILES curl.rc)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue