132c97c80SBruce Richardson# SPDX-License-Identifier: BSD-3-Clause 232c97c80SBruce Richardson# Copyright(c) 2019 Intel Corporation 332c97c80SBruce Richardson 432c97c80SBruce Richardson# meson file, for building this example as part of a main DPDK build. 532c97c80SBruce Richardson# 632c97c80SBruce Richardson# To build this example as a standalone application with an already-installed 732c97c80SBruce Richardson# DPDK instance, use 'make' 832c97c80SBruce Richardson 932c97c80SBruce Richardsonname = 'efd_server' 1032c97c80SBruce Richardson 11*78d44153SSunil Kumar Koriallow_experimental_apis = true 1232c97c80SBruce Richardsondeps += 'efd' 1332c97c80SBruce Richardsonsources += files('args.c', 'init.c', 'main.c') 1432c97c80SBruce Richardsonincludes += include_directories('../shared') 15