xref: /dpdk/lib/dispatcher/meson.build (revision ecca8a0be606f4bbdeee1e76bdce16c3e1ff4d89)
1*ecca8a0bSMattias Rönnblom# SPDX-License-Identifier: BSD-3-Clause
2*ecca8a0bSMattias Rönnblom# Copyright(c) 2023 Ericsson AB
3*ecca8a0bSMattias Rönnblom
4*ecca8a0bSMattias Rönnblomif is_windows
5*ecca8a0bSMattias Rönnblom    build = false
6*ecca8a0bSMattias Rönnblom    reason = 'not supported on Windows'
7*ecca8a0bSMattias Rönnblom    subdir_done()
8*ecca8a0bSMattias Rönnblomendif
9*ecca8a0bSMattias Rönnblom
10*ecca8a0bSMattias Rönnblomsources = files('rte_dispatcher.c')
11*ecca8a0bSMattias Rönnblomheaders = files('rte_dispatcher.h')
12*ecca8a0bSMattias Rönnblom
13*ecca8a0bSMattias Rönnblomdeps += ['eventdev']
14