[D3D12] Remove gflags from premake5.lua
This commit is contained in:
parent
35e79d1979
commit
40471dff32
|
@ -13,11 +13,6 @@ project("xenia-gpu-d3d12")
|
|||
"xenia-ui-d3d12",
|
||||
"xxhash",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/third_party/gflags/src",
|
||||
})
|
||||
local_platform_files()
|
||||
files({
|
||||
"shaders/bin/*.h",
|
||||
|
|
|
@ -10,11 +10,6 @@ project("xenia-ui-d3d12")
|
|||
"xenia-base",
|
||||
"xenia-ui",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/third_party/gflags/src",
|
||||
})
|
||||
local_platform_files()
|
||||
files({
|
||||
"shaders/bin/*.h",
|
||||
|
|
Loading…
Reference in New Issue