segatools/chuniio/meson.build

14 lines
279 B
Meson
Raw Permalink Normal View History

2021-05-31 16:54:14 +00:00
chuniio_lib = static_library(
2019-05-03 02:12:06 +00:00
'chuniio',
name_prefix : '',
include_directories : inc,
implicit_include_directories : false,
c_pch : '../precompiled.h',
sources : [
'chuniio.c',
'chuniio.h',
2019-11-17 18:11:49 +00:00
'config.c',
'config.h',
2019-05-03 02:12:06 +00:00
],
)