mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-30 20:52:11 +01:00
5 lines
161 B
Meson
5 lines
161 B
Meson
test_dxgi_deps = [ dxvk_dep, dxgi_dep ]
|
|
|
|
executable('dxgi-factory', files('test_dxgi_factory.cpp'),
|
|
link_with : util_lib,
|
|
dependencies : test_dxgi_deps) |