mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-11-13 16:00:46 +01:00
14 lines
271 B
Meson
14 lines
271 B
Meson
|
cxbio_lib = static_library(
|
||
|
'cxbio',
|
||
|
name_prefix : '',
|
||
|
include_directories : inc,
|
||
|
implicit_include_directories : false,
|
||
|
c_pch : '../precompiled.h',
|
||
|
sources : [
|
||
|
'cxbio.c',
|
||
|
'cxbio.h',
|
||
|
'config.c',
|
||
|
'config.h',
|
||
|
],
|
||
|
)
|