mirror of https://github.com/F-Stack/f-stack.git
9 lines
163 B
Meson
9 lines
163 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright 2020 Mellanox Technologies, Ltd
|
||
|
|
||
|
includes += include_directories('.')
|
||
|
|
||
|
headers += files(
|
||
|
'rte_os.h',
|
||
|
)
|