mirror of https://github.com/F-Stack/f-stack.git
9 lines
154 B
Meson
9 lines
154 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2020 Dmitry Kozlyuk
|
||
|
|
||
|
sources += files(
|
||
|
'eal_file.c',
|
||
|
'eal_unix_memory.c',
|
||
|
'eal_unix_timer.c',
|
||
|
)
|