New upstream version 18.11-rc1
[deb_dpdk.git] / 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']