mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed UWP build.
This commit is contained in:
@@ -132,7 +132,7 @@ project ("texturev")
|
||||
"psapi",
|
||||
}
|
||||
|
||||
configuration { "winphone8*"}
|
||||
configuration { "winphone* or winstore*" }
|
||||
removelinks {
|
||||
"DelayImp",
|
||||
"gdi32",
|
||||
@@ -140,6 +140,7 @@ project ("texturev")
|
||||
}
|
||||
links {
|
||||
"d3d11",
|
||||
"d3d12",
|
||||
"dxgi"
|
||||
}
|
||||
linkoptions {
|
||||
|
||||
Reference in New Issue
Block a user