aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/crypto/CMakeLists.txt
blob: fe6e81aae547952cbdf8a44b97b017a3119e9edf (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_crypto OBJECT
    SOURCES
    crypto_exception.cpp
    openssl_crypto_impl.cpp
    private_key.cpp
    random.cpp
    x509_certificate.cpp
    DEPENDS
)
find_package(OpenSSL)
target_include_directories(vespalib_vespalib_crypto PUBLIC ${OPENSSL_INCLUDE_DIR})