From Cedric Pinson, "updated the CMakelist.txt of curl plugin to compile with the static library of curl.

I added the external dependency wldap32"
This commit is contained in:
Robert Osfield
2008-11-27 17:31:49 +00:00
parent e9a18a7466
commit 37682c6668

View File

@@ -7,7 +7,7 @@ IF(WIN32)
SET(CMAKE_SHARED_LINKER_FLAGS_DEBUG "${CMAKE_SHARED_LINKER_FLAGS_DEBUG} /NODEFAULTLIB:MSVCRT")
IF(CURL_IS_STATIC)
ADD_DEFINITIONS(-DCURL_STATICLIB)
SET(TARGET_EXTERNAL_LIBRARIES ws2_32 winmm)
SET(TARGET_EXTERNAL_LIBRARIES ws2_32 winmm wldap32)
ENDIF(CURL_IS_STATIC)
ENDIF(WIN32)