mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +03:00
cm introduce CURL_LIBS_SOCKET use in tests/server'
This commit is contained in:
parent
df0d887ae5
commit
8f7321c57a
2 changed files with 7 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ add_custom_command(OUTPUT "${BUNDLE}.c"
|
|||
|
||||
add_executable(${BUNDLE} EXCLUDE_FROM_ALL "${BUNDLE}.c")
|
||||
add_dependencies(testdeps ${BUNDLE})
|
||||
target_link_libraries(${BUNDLE} ${CURL_LIBS_SOCKET})
|
||||
target_include_directories(${BUNDLE} PRIVATE
|
||||
"${PROJECT_BINARY_DIR}/lib" # for "curl_config.h"
|
||||
"${PROJECT_SOURCE_DIR}/lib" # for "curl_setup.h", curlx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue