mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2024-11-24 09:30:09 +01:00
14 lines
271 B
Meson
14 lines
271 B
Meson
hkbio_lib = static_library(
|
|
'hkbio',
|
|
name_prefix : '',
|
|
include_directories : inc,
|
|
implicit_include_directories : false,
|
|
c_pch : '../precompiled.h',
|
|
sources : [
|
|
'hkbio.c',
|
|
'hkbio.h',
|
|
'config.c',
|
|
'config.h',
|
|
],
|
|
)
|