]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/lib/librte_pipeline/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_pipeline / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 version = 3
5 allow_experimental_apis = true
6 sources = files('rte_pipeline.c', 'rte_port_in_action.c', 'rte_table_action.c')
7 headers = files('rte_pipeline.h', 'rte_port_in_action.h', 'rte_table_action.h')
8 deps += ['port', 'table', 'meter', 'sched', 'cryptodev']