mirror of https://github.com/F-Stack/f-stack.git
9 lines
212 B
Meson
9 lines
212 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2017 Intel Corporation
|
||
|
|
||
|
|
||
|
install_headers('rte_compat.h')
|
||
|
|
||
|
set_variable('dep_rte_compat',
|
||
|
declare_dependency(include_directories: include_directories('.')))
|