mirror of
https://github.com/curl/curl.git
synced 2025-03-01 15:15:34 +08: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
@ -40,7 +40,7 @@ transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.
|
|||||||
include(${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake)
|
include(${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake)
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
list(APPEND CURL_SOURCE curl.rc)
|
list(APPEND CURL_FILES curl.rc)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# CURL_FILES comes from Makefile.inc
|
# CURL_FILES comes from Makefile.inc
|
||||||
|
Loading…
Reference in New Issue
Block a user