1
0
mirror of synced 2024-11-24 05:50:12 +01:00
bananatools/aimeio/meson.build

14 lines
257 B
Meson
Raw Normal View History

2023-09-18 10:00:09 +02:00
aimeio_lib = static_library(
'aimeio',
name_prefix : '',
include_directories: inc,
implicit_include_directories : false,
c_pch : '../precompiled.h',
link_with : [
util_lib,
],
sources : [
'aimeio.c',
],
)