xref: /dpdk/lib/jobstats/meson.build (revision b1094939a5cc0d202b8236f1d31a37b149fe8578)
199a2dd95SBruce Richardson# SPDX-License-Identifier: BSD-3-Clause
299a2dd95SBruce Richardson# Copyright(c) 2017 Intel Corporation
399a2dd95SBruce Richardson
4*b1094939SBruce Richardsonif is_windows
5*b1094939SBruce Richardson    build = false
6*b1094939SBruce Richardson    reason = 'not supported on Windows'
7*b1094939SBruce Richardson    subdir_done()
8*b1094939SBruce Richardsonendif
9*b1094939SBruce Richardson
1099a2dd95SBruce Richardsonsources = files('rte_jobstats.c')
1199a2dd95SBruce Richardsonheaders = files('rte_jobstats.h')
12