X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-fib%2Fmeson.build;fp=app%2Ftest-fib%2Fmeson.build;h=4db00103575f619e447eec9b4c0569369a4053ea;hb=103809d032cda71552596aefac269da97e10e7ea;hp=0000000000000000000000000000000000000000;hpb=207b1c813f39b1622268d7eab819737458839a67;p=dpdk.git diff --git a/app/test-fib/meson.build b/app/test-fib/meson.build new file mode 100644 index 0000000000..4db0010357 --- /dev/null +++ b/app/test-fib/meson.build @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2019 Intel Corporation + +allow_experimental_apis = true +sources = files('main.c') +deps += ['fib', 'lpm', 'net']