This repository has been archived on 2024-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
segatools/hkbio/meson.build

13 lines
239 B
Meson

hkbio_lib = static_library(
'hkbio',
name_prefix : '',
include_directories : inc,
implicit_include_directories : false,
sources : [
'hkbio.c',
'hkbio.h',
'config.c',
'config.h',
],
)