mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:03:37 +03:00
cm defs 1 test
This commit is contained in:
parent
58b9c6134b
commit
464e1e73bc
6 changed files with 31 additions and 22 deletions
|
|
@ -24,8 +24,10 @@
|
|||
|
||||
set(LIBCURL_OUTPUT_NAME "${LIB_NAME}" CACHE STRING "Basename of the curl library")
|
||||
|
||||
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS "BUILDING_LIBCURL")
|
||||
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS "${CURL_DEBUG_MACROS}")
|
||||
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS
|
||||
"BUILDING_LIBCURL"
|
||||
${CURL_DEBUG_MACROS}
|
||||
)
|
||||
|
||||
configure_file("curl_config.h.cmake" "${CMAKE_CURRENT_BINARY_DIR}/curl_config.h")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue