/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/efd/meson.build
12 строк
259 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_efd.c') headers = files('rte_efd.h') deps += ['ring', 'hash']