xref: /f-stack/dpdk/examples/timer/meson.build (revision 2d9fd380)
1d30ea906Sjfb8856606# SPDX-License-Identifier: BSD-3-Clause
2d30ea906Sjfb8856606# Copyright(c) 2017 Intel Corporation
3d30ea906Sjfb8856606
4d30ea906Sjfb8856606# meson file, for building this example as part of a main DPDK build.
5d30ea906Sjfb8856606#
6d30ea906Sjfb8856606# To build this example as a standalone application with an already-installed
7d30ea906Sjfb8856606# DPDK instance, use 'make'
8d30ea906Sjfb8856606
9*2d9fd380Sjfb8856606allow_experimental_apis = true
10d30ea906Sjfb8856606deps += 'timer'
11d30ea906Sjfb8856606sources = files(
12d30ea906Sjfb8856606	'main.c'
13d30ea906Sjfb8856606)
14