1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-02-20 04:21:01 +01:00

19 lines
371 B
Meson
Raw Normal View History

2018-11-08 16:02:03 -05:00
shared_library(
'minihook',
name_prefix : '',
include_directories: inc,
implicit_include_directories : false,
vs_module_defs : 'minihook.def',
c_pch : '../precompiled.h',
dependencies : [
capnhook.get_variable('hook_dep'),
],
link_with : [
nu_lib,
util_lib,
],
sources : [
'dllmain.c',
],
)