[D3D12] Create the project and link D3D libraries
This commit is contained in:
21
src/xenia/gpu/d3d12/premake5.lua
Normal file
21
src/xenia/gpu/d3d12/premake5.lua
Normal file
@@ -0,0 +1,21 @@
|
||||
project_root = "../../../.."
|
||||
include(project_root.."/tools/build")
|
||||
|
||||
group("src")
|
||||
project("xenia-gpu-d3d12")
|
||||
uuid("c057eae4-e7bb-4113-9a69-1fe07b735c49")
|
||||
kind("StaticLib")
|
||||
language("C++")
|
||||
links({
|
||||
"xenia-base",
|
||||
"xenia-gpu",
|
||||
"xxhash",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/third_party/gflags/src",
|
||||
})
|
||||
local_platform_files()
|
||||
files({
|
||||
})
|
||||
Reference in New Issue
Block a user