mirror of
https://gitea.tendokyu.moe/TeamTofuShop/capnhook.git
synced 2026-09-22 22:38:12 +03:00
13 lines
212 B
Meson
13 lines
212 B
Meson
executable(
|
|
'inject',
|
|
include_directories : inc,
|
|
c_pch : '../precompiled.h',
|
|
sources : [
|
|
'debug.c',
|
|
'debug.h',
|
|
'main.c',
|
|
'options.c',
|
|
'options.h',
|
|
],
|
|
)
|