1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2025-02-08 15:28:16 +01:00

15 lines
315 B
Meson
Raw Normal View History

2019-05-02 22:12:06 -04:00
chuniio_dll = shared_library(
'chuniio',
name_prefix : '',
include_directories : inc,
implicit_include_directories : false,
vs_module_defs : 'chuniio.def',
c_pch : '../precompiled.h',
sources : [
'chuniio.c',
'chuniio.h',
2019-11-17 13:11:49 -05:00
'config.c',
'config.h',
2019-05-02 22:12:06 -04:00
],
)