mirror of https://github.com/F-Stack/f-stack.git
13 lines
324 B
Meson
13 lines
324 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2018 Intel Corporation
|
||
|
|
||
|
allow_experimental_apis = true
|
||
|
sources = files('rte_compressdev.c',
|
||
|
'rte_compressdev_pmd.c',
|
||
|
'rte_comp.c')
|
||
|
headers = files('rte_compressdev.h',
|
||
|
'rte_compressdev_pmd.h',
|
||
|
'rte_compressdev_internal.h',
|
||
|
'rte_comp.h')
|
||
|
deps += ['kvargs', 'mbuf']
|