1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-02-14 17:52:58 +01:00
segatools-dniel97/idzio/meson.build

32 lines
574 B
Meson

idzio_lib = static_library(
'idzio',
name_prefix : '',
include_directories : inc,
implicit_include_directories : false,
dependencies : [
dinput8_lib,
dxguid_lib,
xinput_lib,
],
link_with : [
util_lib,
],
sources : [
'backend.h',
'config.c',
'config.h',
'di.c',
'di.h',
'di-dev.c',
'di-dev.h',
'dllmain.c',
'idzio.h',
'shifter.c',
'shifter.h',
'wnd.c',
'wnd.h',
'xi.c',
'xi.h',
],
)