1
0
mirror of synced 2025-02-07 06:51:22 +01:00
bananatools/tekkenio/meson.build

14 lines
283 B
Meson
Raw Normal View History

2023-09-18 04:15:27 -04:00
tekkenio_lib = static_library(
'tekkenio',
name_prefix : '',
include_directories : inc,
implicit_include_directories : false,
c_pch : '../precompiled.h',
sources : [
'tekkenio.c',
'tekkenio.h',
'config.c',
'config.h',
],
)