mirror of
https://gitea.tendokyu.moe/TeamTofuShop/segatools.git
synced 2026-09-27 12:29:05 +03:00
13 lines
225 B
Meson
13 lines
225 B
Meson
aimeio_lib = static_library(
|
|
'aimeio',
|
|
name_prefix : '',
|
|
include_directories: inc,
|
|
implicit_include_directories : false,
|
|
link_with : [
|
|
util_lib,
|
|
],
|
|
sources : [
|
|
'aimeio.c',
|
|
],
|
|
)
|