1
0
mirror of synced 2024-11-12 00:40:49 +01:00
bananatools/tekkenio/meson.build
Kevin Trocolli ea60cc4a18 add tekken
2023-09-18 04:15:27 -04:00

14 lines
283 B
Meson

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',
],
)