/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v24.11.4
lib/stack/meson.build
19 строк
529 B
Tyler Retzlaff
build: exclude rather than include libs in MSVC build
29 май 2024, 17:43
29 май 2024, 17:43
76cef1a
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2019 Intel Corporation if is_ms_compiler build = false reason = 'not supported building with Visual Studio Toolset' subdir_done() endif sources = files('rte_stack.c', 'rte_stack_std.c', 'rte_stack_lf.c') headers = files('rte_stack.h') # subheaders, not for direct inclusion by apps indirect_headers += files( 'rte_stack_std.h', 'rte_stack_lf.h', 'rte_stack_lf_generic.h', 'rte_stack_lf_c11.h', 'rte_stack_lf_stubs.h', )