xref: /dpdk/examples/l3fwd-power/meson.build (revision f01ca13fca6dde68fa3962269c5cddb7e8e7f1d7)
16c9457c2SBruce Richardson# SPDX-License-Identifier: BSD-3-Clause
2f88e7c17SRadu Nicolau# Copyright(c) 2018 Intel Corporation
389f0711fSBruce Richardson
489f0711fSBruce Richardson# meson file, for building this example as part of a main DPDK build.
589f0711fSBruce Richardson#
689f0711fSBruce Richardson# To build this example as a standalone application with an already-installed
789f0711fSBruce Richardson# DPDK instance, use 'make'
889f0711fSBruce Richardson
9a137d012SLiang Maallow_experimental_apis = true
10eeb486f3SCiara Powerdeps += ['power', 'timer', 'lpm', 'hash', 'metrics', 'telemetry']
1189f0711fSBruce Richardsonsources = files(
12*cf59165dSBruce Richardson        'main.c',
13*cf59165dSBruce Richardson        'perf_core.c',
1489f0711fSBruce Richardson)
15