1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-24 05:20:10 +01:00
segatools-dniel97/mu3io/meson.build

17 lines
319 B
Meson
Raw Permalink Normal View History

2021-06-06 20:25:20 +02:00
mu3io_lib = static_library(
2019-08-31 00:49:55 +02:00
'mu3io',
name_prefix : '',
include_directories : inc,
implicit_include_directories : false,
c_pch : '../precompiled.h',
dependencies : [
xinput_lib,
],
sources : [
'mu3io.c',
'mu3io.h',
2023-07-14 00:54:30 +02:00
'config.c',
'config.h',
2019-08-31 00:49:55 +02:00
],
)