xref: /dpdk/examples/server_node_efd/efd_server/meson.build (revision 7faf4bd32566446fa0815eef743523ce6a95a355)
1*7faf4bd3SDavid Marchand# SPDX-License-Identifier: BSD-3-Clause
2*7faf4bd3SDavid Marchand# Copyright(c) 2019 Intel Corporation
3*7faf4bd3SDavid Marchand
4*7faf4bd3SDavid Marchand# meson file, for building this example as part of a main DPDK build.
5*7faf4bd3SDavid Marchand#
6*7faf4bd3SDavid Marchand# To build this example as a standalone application with an already-installed
7*7faf4bd3SDavid Marchand# DPDK instance, use 'make'
8*7faf4bd3SDavid Marchand
9*7faf4bd3SDavid Marchandallow_experimental_apis = true
10*7faf4bd3SDavid Marchanddeps += 'efd'
11*7faf4bd3SDavid Marchandsources += files('args.c', 'init.c', 'main.c')
12*7faf4bd3SDavid Marchandincludes += include_directories('../shared')
13