mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 19:24:10 +01:00
89afd586ef
Fixes building the tests on Windows and uses the right entrypoint and linker subsystem.
4 lines
215 B
Meson
4 lines
215 B
Meson
test_dxgi_deps = [ util_dep, lib_dxgi ]
|
|
|
|
executable('dxgi-factory'+exe_ext, files('test_dxgi_factory.cpp'), dependencies : test_dxgi_deps, install: true, gui_app : true, override_options: ['cpp_std='+dxvk_cpp_std])
|