]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/lib/librte_lpm/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_lpm / meson.build
CommitLineData
11fdf7f2
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017 Intel Corporation
3
4version = 2
5sources = files('rte_lpm.c', 'rte_lpm6.c')
6headers = files('rte_lpm.h', 'rte_lpm6.h')
7# since header files have different names, we can install all vector headers
8# without worrying about which architecture we actually need
9headers += files('rte_lpm_altivec.h', 'rte_lpm_neon.h', 'rte_lpm_sse.h')
9f95a23c 10deps += ['hash']