forked from Dniel97/segatools
Dniel97
8ebdf67d6e
Credits: somewhatlurker, skogaby https://dev.s-ul.net/skogaby/segatools/-/blob/ongeki-15093/
21 lines
437 B
Meson
21 lines
437 B
Meson
chuniio_lib = static_library(
|
|
'chuniio',
|
|
name_prefix : '',
|
|
include_directories : inc,
|
|
implicit_include_directories : false,
|
|
c_pch : '../precompiled.h',
|
|
sources : [
|
|
'chuniio.c',
|
|
'chuniio.h',
|
|
'config.c',
|
|
'config.h',
|
|
'leddata.h',
|
|
'ledoutput.c',
|
|
'ledoutput.h',
|
|
'pipeimpl.c',
|
|
'pipeimpl.h',
|
|
'serialimpl.c',
|
|
'serialimpl.h'
|
|
],
|
|
)
|