Searched refs:CURL_STATICLIB (Results 1 – 11 of 11) sorted by relevance
46 #if (defined(_WIN32) || defined(__CYGWIN__)) && !defined(CURL_STATICLIB)
30 #define CURL_STATICLIB 1 macro
56 target_compile_definitions(curlu PUBLIC "UNITTESTS" "CURL_STATICLIB")94 # Define CURL_STATICLIB always, to disable __declspec(dllexport) for98 set_property(TARGET ${LIB_OBJECT} APPEND PROPERTY COMPILE_DEFINITIONS "CURL_STATICLIB")128 set_property(TARGET ${LIB_OBJECT} APPEND PROPERTY COMPILE_DEFINITIONS "CURL_STATICLIB")135 INTERFACE_COMPILE_DEFINITIONS "CURL_STATICLIB")
41 # if defined(CURL_STATICLIB) && !defined(CARES_STATICLIB) && \
63 #if defined(CURL_STATICLIB) && !defined(CARES_STATICLIB) && \
46 # with CURL_STATICLIB defined, independently of how libcurl is built.48 set_property(TARGET ${_target_name} APPEND PROPERTY COMPILE_DEFINITIONS "CURL_STATICLIB")
38 set_property(TARGET ${_target_name} APPEND PROPERTY COMPILE_DEFINITIONS "CURL_STATICLIB")
43 set_property(TARGET ${_target_name} APPEND PROPERTY COMPILE_DEFINITIONS "CURL_STATICLIB")
103 target_compile_definitions(curltool PUBLIC "UNITTESTS" "CURL_STATICLIB")
124 #ifdef CURL_STATICLIB
1217 add CURL_STATICLIB in the "Preprocessor Definitions" section.
Completed in 26 milliseconds