hooklib: add createprocess to meson

This commit is contained in:
Hay1tsme 2023-09-13 19:54:22 -04:00
parent 3d7d9fcaa5
commit 2dbb4aec8c
1 changed files with 2 additions and 0 deletions

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