aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_security/meson.build
blob: 4c85894cbad3b6ca430657b586a34e9890ad4410 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

allow_experimental_apis = true
sources = files('rte_security.c')
headers = files('rte_security.h', 'rte_security_driver.h')
deps += ['mempool', 'cryptodev']