spicy_add_analyzer(
    NAME QUIC
    PACKAGE_NAME QUIC
    SOURCES QUIC.spicy QUIC.evt decrypt_crypto.cc)

# spicy_QUIC target is conditionally created by spicy_add_analyzer()
if (TARGET spicy_QUIC)
    # I don't think this is actually needed as there's an unconditional
    # include_directories(BEFORE ${OPENSSL_INCLUDE_DIR}) at the top-level.
    target_include_directories(spicy_QUIC PRIVATE "${OPENSSL_INCLUDE_DIR}")
endif ()
