event_core_static
${LIB_APPS}
${LIB_PLATFORM})
- add_dependencies(${name}
- event_core_static
- event_extra_static)
if (${ssl})
target_link_libraries(${name} event_openssl_static)
- add_dependencies(${name} event_openssl_static)
endif()
endmacro()
if (NOT EVENT__DISABLE_SAMPLES)
event_core_static
${LIB_APPS}
${LIB_PLATFORM})
- add_dependencies(${prog}
- event_extra_static
- event_core_static)
endmacro()
if (NOT EVENT__DISABLE_BENCHMARK)
foreach (BENCHMARK bench_http bench_httpclient)
event_core_shared
event_extra_shared
${ARGN})
- add_dependencies(${prog}
- event_core_shared
- event_extra_shared)
endmacro()
if (NOT EVENT__DISABLE_TESTS)
#