xref: /dpdk/lib/graph/meson.build (revision a3c8a446)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(C) 2020 Marvell International Ltd.
3
4sources = files(
5        'node.c',
6        'graph.c',
7        'graph_ops.c',
8        'graph_debug.c',
9        'graph_stats.c',
10        'graph_populate.c',
11)
12headers = files('rte_graph.h', 'rte_graph_worker.h')
13
14deps += ['eal']
15