diff --git a/meson.build b/meson.build index d228f892..e3be9dab 100644 --- a/meson.build +++ b/meson.build @@ -221,6 +221,7 @@ dearimgui_dep = dearimgui_sp.get_variable('dearimgui_dep') if ['windows', 'mingw'].contains(host_machine.system()) subdir('modules/minhook') + inc_common += ( include_directories('modules/minhook/include')) windows_deps = [ minhook_dep, ] diff --git a/src/meson.build b/src/meson.build index 7a1c5adf..660edb55 100644 --- a/src/meson.build +++ b/src/meson.build @@ -153,7 +153,8 @@ vklayer_mesa_overlay = shared_library( dep_dl, dep_rt, dep_pthread, - dep_vulkan], + dep_vulkan, + windows_deps], include_directories : [inc_common], link_args : link_args, install_dir : libdir_mangohud,