mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 09:21:50 -05:00
Fixed tests/server build (removed unnecessary link to libcurl).
This commit is contained in:
parent
8cb8371011
commit
7a9fab52be
@ -10,7 +10,7 @@ MACRO(SETUP_EXECUTABLE TEST_NAME) # ARGN are the files in the test
|
||||
)
|
||||
|
||||
SETUP_CURL_DEPENDENCIES(${TEST_NAME})
|
||||
TARGET_LINK_LIBRARIES( ${TEST_NAME} libcurl )
|
||||
#TARGET_LINK_LIBRARIES( ${TEST_NAME} libcurl )
|
||||
|
||||
ADD_DEFINITIONS( "-D${UPPER_TEST_NAME}" )
|
||||
|
||||
@ -31,8 +31,10 @@ ENDMACRO()
|
||||
SET(useful
|
||||
getpart.c getpart.h
|
||||
${CURL_SOURCE_DIR}/lib/strequal.c
|
||||
${CURL_SOURCE_DIR}/lib/base64.c ${CURL_SOURCE_DIR}/lib/mprintf.c
|
||||
${CURL_SOURCE_DIR}/lib/memdebug.c ${CURL_SOURCE_DIR}/lib/timeval.c
|
||||
${CURL_SOURCE_DIR}/lib/base64.c
|
||||
${CURL_SOURCE_DIR}/lib/mprintf.c
|
||||
${CURL_SOURCE_DIR}/lib/memdebug.c
|
||||
${CURL_SOURCE_DIR}/lib/timeval.c
|
||||
)
|
||||
|
||||
SETUP_EXECUTABLE(sws sws.c util.c util.h ${useful})
|
||||
|
Loading…
x
Reference in New Issue
Block a user