1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00
OpenDX/tests/dxgi/meson.build
2018-07-19 08:55:34 +02:00

4 lines
199 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, override_options: ['cpp_std='+dxvk_cpp_std])