mirror of https://github.com/F-Stack/f-stack.git
9 lines
297 B
Meson
9 lines
297 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2018 Vladimir Medvedkin <medvedkinv@gmail.com>
|
||
|
# Copyright(c) 2019 Intel Corporation
|
||
|
|
||
|
allow_experimental_apis = true
|
||
|
sources = files('rte_fib.c', 'rte_fib6.c', 'dir24_8.c', 'trie.c')
|
||
|
headers = files('rte_fib.h', 'rte_fib6.h')
|
||
|
deps += ['rib']
|