##===----------------------------------------------------------------------===## ## ## This source file is part of the SwiftCrypto open source project ## ## Copyright (c) 2021-2023 Apple Inc. and the SwiftCrypto project authors ## Licensed under Apache License v2.0 ## ## See LICENSE.txt for license information ## See CONTRIBUTORS.md for the list of SwiftCrypto project authors ## ## SPDX-License-Identifier: Apache-2.0 ## ##===----------------------------------------------------------------------===## add_subdirectory(CCryptoBoringSSL) add_subdirectory(CCryptoBoringSSLShims) add_subdirectory(CryptoBoringWrapper) add_subdirectory(Crypto) add_subdirectory(_CryptoExtras)