1
0
mirror of synced 2024-11-27 23:10:49 +01:00
bananatools/tekkenio/meson.build

14 lines
283 B
Meson
Raw Normal View History

2023-09-18 10:15:27 +02: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',
],
)