mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-04 22:27:25 +00:00
[D3D12] Create the project and link D3D libraries
This commit is contained in:
parent
ba7dc6b2d7
commit
c2b2a9f376
4 changed files with 34 additions and 0 deletions
|
|
@ -180,6 +180,10 @@ filter("platforms:Windows")
|
|||
"comctl32",
|
||||
"shcore",
|
||||
"shlwapi",
|
||||
"d3d12",
|
||||
"d3dcompiler",
|
||||
"dxgi",
|
||||
"dxguid",
|
||||
})
|
||||
|
||||
-- Create scratch/ path and dummy flags file if needed.
|
||||
|
|
@ -219,6 +223,7 @@ solution("xenia")
|
|||
platforms({"Linux"})
|
||||
elseif os.is("windows") then
|
||||
platforms({"Windows"})
|
||||
systemversion("10.0.10240.0")
|
||||
end
|
||||
configurations({"Checked", "Debug", "Release"})
|
||||
|
||||
|
|
@ -256,6 +261,7 @@ solution("xenia")
|
|||
|
||||
if os.is("windows") then
|
||||
include("src/xenia/apu/xaudio2")
|
||||
include("src/xenia/gpu/d3d12")
|
||||
include("src/xenia/hid/winkey")
|
||||
include("src/xenia/hid/xinput")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue