mirror of
https://github.com/curl/curl.git
synced 2026-06-26 02:05:37 +03:00
cmake: Correctly include curl.rc in Windows builds (#2064)
Update CMakeLists.txt to add curl.rc to the correct list.
This commit is contained in:
parent
f405133ad5
commit
2671f5f7cf
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.
|
|||
include(${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake)
|
||||
|
||||
if(MSVC)
|
||||
list(APPEND CURL_SOURCE curl.rc)
|
||||
list(APPEND CURL_FILES curl.rc)
|
||||
endif()
|
||||
|
||||
# CURL_FILES comes from Makefile.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue