mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 19:24:10 +01:00
3 lines
148 B
Meson
3 lines
148 B
Meson
test_dxbc_deps = [ dxbc_dep, dxvk_dep ]
|
|
|
|
executable('dxbc-compiler', files('test_dxbc_compiler.cpp'), dependencies : test_dxbc_deps, install : true) |