[build] Set dxvk_wsi and defines for Windows

This commit is contained in:
Joshua Ashton 2022-08-09 13:19:36 +01:00 committed by Philip Rebohle
parent b875d49c85
commit 4b0f13d351
1 changed files with 3 additions and 0 deletions

View File

@ -92,6 +92,9 @@ if platform == 'windows'
endif
dxvk_include_path = include_directories('./include')
dxvk_wsi = 'win32'
compiler_args += ['-DDXVK_WSI_WIN32']
else
lib_vulkan = cpp.find_library('vulkan')
lib_sdl2 = cpp.find_library('SDL2')