xref: /dpdk/app/test-cmdline/meson.build (revision f88b0b892204d071a46a629b00424a8d47055ba4)
10c36081dSBruce Richardson# SPDX-License-Identifier: BSD-3-Clause
20c36081dSBruce Richardson# Copyright(c) 2019 Intel Corporation
30c36081dSBruce Richardson
4*634b7310SJie Zhouif is_windows
5*634b7310SJie Zhou    build = false
6*634b7310SJie Zhou    reason = 'not supported on Windows'
7*634b7310SJie Zhou    subdir_done()
8*634b7310SJie Zhouendif
9*634b7310SJie Zhou
100c36081dSBruce Richardsonsources = files('commands.c', 'cmdline_test.c')
110c36081dSBruce Richardsondeps += 'cmdline'
12