1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2024-11-11 20:37:09 +01:00

hooklib: add createprocess to meson

This commit is contained in:
Kevin Trocolli 2023-09-13 19:54:22 -04:00
parent 3d7d9fcaa5
commit 2dbb4aec8c

View File

@ -9,6 +9,8 @@ hooklib_lib = static_library(
sources : [
'config.c',
'config.h',
'createprocess.c',
'createprocess.h',
'dll.c',
'dll.h',
'dns.c',