/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/distributor/meson.build
17 строк
438 B
Bruce Richardson
build/windows: remove separate list of libs
22 окт 2021, 23:40
22 окт 2021, 23:40
b109493
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation if is_windows build = false reason = 'not supported on Windows' subdir_done() endif sources = files('rte_distributor.c', 'rte_distributor_single.c') if arch_subdir == 'x86' sources += files('rte_distributor_match_sse.c') else sources += files('rte_distributor_match_generic.c') endif headers = files('rte_distributor.h') deps += ['mbuf']