xref: /dpdk/lib/flow_classify/meson.build (revision b1094939)
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_flow_classify.c', 'rte_flow_classify_parse.c')
1199a2dd95SBruce Richardsonheaders = files('rte_flow_classify.h')
1299a2dd95SBruce Richardsondeps += ['net', 'table']
13