X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=examples%2Fquota_watermark%2Fmeson.build;fp=examples%2Fquota_watermark%2Fmeson.build;h=c370d7476f130344ad401550a14c8188f16aa68f;hb=b63264c8342e6a1b6971c79550d2af2024b6a4de;hp=0000000000000000000000000000000000000000;hpb=ca33590b6af032bff57d9cc70455660466a654b2;p=deb_dpdk.git diff --git a/examples/quota_watermark/meson.build b/examples/quota_watermark/meson.build new file mode 100644 index 00000000..c370d747 --- /dev/null +++ b/examples/quota_watermark/meson.build @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2018 Intel Corporation + +# meson file, for building this example as part of a main DPDK build. +# +# To build this example as a standalone application with an already-installed +# DPDK instance, use 'make' + +# Example app currently unsupported by meson build +build = false