mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[D3D12] Remove gflags from premake5.lua
This commit is contained in:
parent
35e79d1979
commit
40471dff32
2 changed files with 0 additions and 10 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue