Last change
on this file since 103085 was 96497, checked in by vboxsync, 3 years ago |
libs/dxvk-native-1.9.2a: export to OSE
|
-
Property svn:eol-style
set to
native
|
File size:
621 bytes
|
Line | |
---|
1 | test_dxbc_deps = [ dxbc_dep, dxvk_dep ]
|
---|
2 |
|
---|
3 | executable('dxbc-compiler'+exe_ext, files('test_dxbc_compiler.cpp'), dependencies : test_dxbc_deps, install : true, gui_app : true, override_options: ['cpp_std='+dxvk_cpp_std])
|
---|
4 | executable('dxbc-disasm'+exe_ext, files('test_dxbc_disasm.cpp'), dependencies : [ test_dxbc_deps, lib_d3dcompiler_47 ], install : true, gui_app : true, override_options: ['cpp_std='+dxvk_cpp_std])
|
---|
5 | executable('hlsl-compiler'+exe_ext, files('test_hlsl_compiler.cpp'), dependencies : [ test_dxbc_deps, lib_d3dcompiler_47 ], install : true, gui_app : true, override_options: ['cpp_std='+dxvk_cpp_std])
|
---|
6 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.