16 lines
287 B
Lua
16 lines
287 B
Lua
project_root = "../../.."
|
|
include(project_root.."/tools/build")
|
|
|
|
group("src")
|
|
project("xenia-ui")
|
|
uuid("d0407c25-b0ea-40dc-846c-82c46fbd9fa2")
|
|
kind("StaticLib")
|
|
language("C++")
|
|
links({
|
|
"xenia-base",
|
|
})
|
|
defines({
|
|
})
|
|
local_platform_files()
|
|
removefiles({"*_demo.cc"})
|