1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-09 23:41:35 +01:00

24 lines
480 B
Meson
Raw Normal View History

2021-05-31 12:54:14 -04:00
chuniio_lib = static_library(
2019-05-02 22:12:06 -04:00
'chuniio',
name_prefix : '',
include_directories : inc,
implicit_include_directories : false,
c_pch : '../precompiled.h',
2019-05-02 22:12:06 -04:00
sources : [
2023-12-24 08:10:29 -05:00
'chu2to3.c',
'chu2to3.h',
2019-05-02 22:12:06 -04:00
'chuniio.c',
'chuniio.h',
2019-11-17 13:11:49 -05:00
'config.c',
'config.h',
'leddata.h',
'ledoutput.c',
'ledoutput.h',
'pipeimpl.c',
'pipeimpl.h',
'serialimpl.c',
'serialimpl.h'
2019-05-02 22:12:06 -04:00
],
)