1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2024-12-01 03:57:16 +01:00
segatools-hay1tsme/mu3io/meson.build

16 lines
313 B
Meson
Raw Normal View History

2019-08-31 00:49:55 +02:00
mu3io_dll = shared_library(
'mu3io',
name_prefix : '',
include_directories : inc,
implicit_include_directories : false,
vs_module_defs : 'mu3io.def',
c_pch : '../precompiled.h',
dependencies : [
xinput_lib,
],
sources : [
'mu3io.c',
'mu3io.h',
],
)