1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-09-24 11:18:20 +02:00
segatools-dniel97/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',
],
)