19 lines
361 B
Lua
19 lines
361 B
Lua
project_root = "../../../.."
|
|
include(project_root.."/build_tools")
|
|
|
|
group("src")
|
|
project("xenia-hid-winkey")
|
|
uuid("fd16e19a-6219-4ab7-b95a-7c78523c50c3")
|
|
kind("StaticLib")
|
|
language("C++")
|
|
links({
|
|
"xenia-base",
|
|
"xenia-hid",
|
|
})
|
|
defines({
|
|
})
|
|
includedirs({
|
|
project_root.."/third_party/elemental-forms/src",
|
|
})
|
|
local_platform_files()
|