summaryrefslogtreecommitdiff
path: root/lib/argparse/meson.build
blob: b6a08ca049826aa79b6b361332ff8de6b5fb8816 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2024 HiSilicon Limited.

sources = files('rte_argparse.c')
headers = files('rte_argparse.h')

deps += ['log']