1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-02 01:24:11 +01:00
dxvk/tests/meson.build

8 lines
240 B
Meson
Raw Normal View History

2017-12-06 18:53:25 +01:00
lib_d3d11 = dxvk_compiler.find_library('d3d11')
lib_dxgi = dxvk_compiler.find_library('dxgi')
lib_d3dcompiler_47 = dxvk_compiler.find_library('d3dcompiler_47')
subdir('d3d11')
subdir('dxbc')
2017-10-11 03:09:27 +02:00
subdir('dxgi')
2017-10-10 23:32:13 +02:00
subdir('dxvk')