mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
move wine_utils outside src
This commit is contained in:
parent
aa8ee5b085
commit
db471a8cd1
4 changed files with 1 additions and 1 deletions
|
@ -24,3 +24,4 @@ glsl_generator = generator(glsl_compiler,
|
|||
|
||||
subdir('src')
|
||||
subdir('tests')
|
||||
subdir('wine_utils')
|
||||
|
|
|
@ -4,4 +4,3 @@ subdir('dxvk')
|
|||
subdir('dxgi')
|
||||
subdir('dxbc')
|
||||
subdir('d3d11')
|
||||
subdir('wine_utils')
|
||||
|
|
Loading…
Add table
Reference in a new issue