xref: /dpdk/app/test-fib/meson.build (revision f88b0b892204d071a46a629b00424a8d47055ba4)
1103809d0SVladimir Medvedkin# SPDX-License-Identifier: BSD-3-Clause
2103809d0SVladimir Medvedkin# Copyright(c) 2019 Intel Corporation
3103809d0SVladimir Medvedkin
4*634b7310SJie Zhouif is_windows
5*634b7310SJie Zhou    build = false
6*634b7310SJie Zhou    reason = 'not supported on Windows'
7*634b7310SJie Zhou    subdir_done()
8*634b7310SJie Zhouendif
9*634b7310SJie Zhou
10103809d0SVladimir Medvedkinsources = files('main.c')
11103809d0SVladimir Medvedkindeps += ['fib', 'lpm', 'net']
12