mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:33:31 +03:00
ENH: add optional support for c-ares
This commit is contained in:
parent
6dade671ad
commit
a8ea1e9ef4
5 changed files with 63 additions and 4 deletions
|
|
@ -9,7 +9,10 @@ function(SETUP_EXECUTABLE TEST_NAME) # ARGN are the files in the test
|
|||
${CURL_BINARY_DIR}/lib # To be able to reach "curl_config.h"
|
||||
${CURL_BINARY_DIR}/include # To be able to reach "curl/curlbuild.h"
|
||||
)
|
||||
|
||||
if(CURL_USE_ARES)
|
||||
include_directories(${CARES_INCLUDE_DIR})
|
||||
endif()
|
||||
# resolve test needs this
|
||||
setup_curl_dependencies(${TEST_NAME})
|
||||
#TARGET_LINK_LIBRARIES( ${TEST_NAME} libcurl )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue