eal: move OS-specific sub-directories
[dpdk.git] / lib / librte_eal / windows / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2019 Intel Corporation
3
4 subdir('include')
5
6 sources += files(
7         'eal.c',
8         'eal_debug.c',
9         'eal_lcore.c',
10         'eal_thread.c',
11         'getopt.c',
12 )