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:
John Starks 2017-11-10 02:58:10 -08:00 committed by Sergei Nikulov
parent f405133ad5
commit 2671f5f7cf
1 changed files with 1 additions and 1 deletions

View File

@ -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