mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-10-31 15:20:13 +00:00
Add minhook dep in meson
This commit is contained in:
parent
956b07e385
commit
6da5622002
@ -207,5 +207,14 @@ endif
|
||||
dearimgui_sp = subproject('dearimgui')
|
||||
dearimgui_dep = dearimgui_sp.get_variable('dearimgui_dep')
|
||||
|
||||
if ['windows', 'mingw'].contains(host_machine.system())
|
||||
subdir('modules/minhook')
|
||||
windows_deps = [
|
||||
minhook_dep
|
||||
]
|
||||
else
|
||||
windows_deps = null_dep
|
||||
endif
|
||||
|
||||
subdir('src')
|
||||
subdir('data')
|
||||
|
Loading…
Reference in New Issue
Block a user