Files
TeamTofuShop_capnhook/inject/meson.build
T
Decaf Code dfb7fbf219 Remove PCH source file
Newer versions of Meson create this automatically for MSVC builds.
2019-05-01 21:00:11 -04:00

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