d3ec78ca62cf1aa3b0c0088d2b0c3c3069b6a46d
[dpdk.git] / lib / librte_graph / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2020 Marvell International Ltd.
3
4 sources = files('node.c', 'graph.c', 'graph_ops.c', 'graph_debug.c', 'graph_stats.c', 'graph_populate.c')
5 headers = files('rte_graph.h', 'rte_graph_worker.h')
6
7 deps += ['eal']