Files
Xenia-Canary/src/xenia/hid/premake5.lua
2015-08-29 21:16:57 -05:00

18 lines
334 B
Lua

project_root = "../../.."
include(project_root.."/build_tools")
group("src")
project("xenia-hid")
uuid("88a4ef38-c550-430f-8c22-8ded4e4ef601")
kind("StaticLib")
language("C++")
links({
"xenia-base",
})
defines({
})
includedirs({
project_root.."/build_tools/third_party/gflags/src",
})
local_platform_files()