mirror of
https://github.com/curl/curl.git
synced 2026-06-08 04:14:14 +03:00
fixup-gen-exp
This commit is contained in:
parent
50b9895e0c
commit
2f8eacbb26
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ target_include_directories(${BUNDLE} PRIVATE
|
|||
# to build the servers. In order to achieve proper linkage of these
|
||||
# files on Windows targets it is necessary to build the test servers
|
||||
# with CURL_STATICLIB defined, independently of how libcurl is built.
|
||||
target_compile_definitions(${BUNDLE} PRIVATE "WITHOUT_LIBCURL" "CURL_NO_OLDIES" "$<$<BOOL:WIN32>:CURL_STATICLIB>")
|
||||
target_compile_definitions(${BUNDLE} PRIVATE "WITHOUT_LIBCURL" "CURL_NO_OLDIES" "$<$<BOOL:${WIN32}>:CURL_STATICLIB>")
|
||||
set_target_properties(${BUNDLE} PROPERTIES OUTPUT_NAME "${BUNDLE}" PROJECT_LABEL "Test ${BUNDLE}" UNITY_BUILD OFF C_CLANG_TIDY "")
|
||||
|
||||
curl_add_clang_tidy_test_target("${BUNDLE}-clang-tidy" ${BUNDLE} ${FIRST_C} ${UTILS_C} ${TESTS_C})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue