f-stack/dpdk/app/test-fib/meson.build

12 lines
232 B
Meson
Raw Normal View History

2021-02-05 08:48:47 +00:00
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2019 Intel Corporation
2022-09-06 04:00:10 +00:00
if is_windows
build = false
reason = 'not supported on Windows'
subdir_done()
endif
2021-02-05 08:48:47 +00:00
sources = files('main.c')
deps += ['fib', 'lpm', 'net']