xref: /dpdk/lib/rib/meson.build (revision b1094939)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Vladimir Medvedkin <[email protected]>
3# Copyright(c) 2019 Intel Corporation
4
5if is_windows
6    build = false
7    reason = 'not supported on Windows'
8    subdir_done()
9endif
10
11sources = files('rte_rib.c', 'rte_rib6.c')
12headers = files('rte_rib.h', 'rte_rib6.h')
13deps += ['mempool']
14