1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-09 23:41:35 +01:00

20 lines
379 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,
c_pch : '../precompiled.h',
2018-11-08 16:02:03 -05:00
dependencies : [
capnhook.get_variable('hook_dep'),
],
link_with : [
amex_lib,
hooklib_lib,
platform_lib,
2018-11-08 16:02:03 -05:00
util_lib,
],
sources : [
'dllmain.c',
],
)