20 lines
368 B
Lua
20 lines
368 B
Lua
project_root = "../../../.."
|
|
include(project_root.."/tools/build")
|
|
|
|
group("src")
|
|
project("xenia-hid-winkey")
|
|
uuid("fd16e19a-6219-4ab7-b95a-7c78523c50c3")
|
|
kind("StaticLib")
|
|
language("C++")
|
|
links({
|
|
"xenia-base",
|
|
"xenia-hid",
|
|
"xenia-ui",
|
|
})
|
|
defines({
|
|
})
|
|
includedirs({
|
|
project_root.."/third_party/gflags/src",
|
|
})
|
|
local_platform_files()
|