22 lines
387 B
Lua
22 lines
387 B
Lua
project_root = "../../../.."
|
|
include(project_root.."/tools/build")
|
|
|
|
group("src")
|
|
project("xenia-ui-d3d12")
|
|
uuid("f93dc1a8-600f-43e7-b0fc-ae3eefbe836b")
|
|
kind("StaticLib")
|
|
language("C++")
|
|
links({
|
|
"xenia-base",
|
|
"xenia-ui",
|
|
})
|
|
defines({
|
|
})
|
|
includedirs({
|
|
project_root.."/third_party/gflags/src",
|
|
})
|
|
local_platform_files()
|
|
files({
|
|
"shaders/bin/*.h",
|
|
})
|