build: add workarounds for Windows helloworld
[dpdk.git] / lib / librte_eal / windows / eal / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2019 Intel Corporation
3
4 eal_inc += include_directories('include')
5
6 env_objs = []
7 env_headers = files(
8         'include/rte_os.h',
9 )
10 common_sources = files(
11         '../../common/eal_common_errno.c',
12         '../../common/eal_common_launch.c',
13         '../../common/eal_common_lcore.c',
14         '../../common/eal_common_log.c'
15 )
16 env_sources = files('eal.c',
17         'eal_debug.c',
18         'eal_lcore.c',
19         'eal_thread.c',
20 )