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

18 lines
337 B
Meson

aimeio_dll = shared_library(
'aimeio',
name_prefix : '',
include_directories: inc,
implicit_include_directories : false,
vs_module_defs : 'aimeio.def',
c_pch : [
'../precompiled.c',
'../precompiled.h',
],
link_with : [
util_lib,
],
sources : [
'aimeio.c',
],
)