This commit is contained in:
Viktor Szakats 2025-09-03 14:32:29 +02:00
parent 5ef4451f7b
commit d1b81352e8
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 17 additions and 1 deletions

View file

@ -25,6 +25,7 @@
set(LIBCURL_OUTPUT_NAME "${LIB_NAME}" CACHE STRING "Basename of the curl library")
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS ${CURL_DEBUG_MACROS} "BUILDING_LIBCURL")
set_property(DIRECTORY APPEND PROPERTY COMPILE_OPTIONS ${CURL_CFLAGS_COVERAGE})
configure_file("curl_config.h.cmake" "${CMAKE_CURRENT_BINARY_DIR}/curl_config.h")