aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/net/tls/impl/CMakeLists.txt
blob: 87040aec8f4d2eae4acbc166b6b93df222fa5515 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_net_tls_impl OBJECT
    SOURCES
    direct_buffer_bio.cpp
    iana_cipher_map.cpp
    openssl_tls_context_impl.cpp
    openssl_crypto_codec_impl.cpp
    DEPENDS
)
find_package(OpenSSL)
target_include_directories(vespalib_vespalib_net_tls_impl PUBLIC ${OPENSSL_INCLUDE_DIR})