1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2024-11-28 11:00:49 +01:00
segatools-hay1tsme/chuniio/meson.build

13 lines
275 B
Meson
Raw Normal View History

2019-05-03 04:12:06 +02: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',
],
)