1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-11 23:17:08 +01:00
segatools-dniel97/chuniio/meson.build

14 lines
279 B
Meson
Raw Normal View History

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