Files
Xenia-Canary/src/xenia/patcher/premake5.lua
2022-06-12 19:58:12 +02:00

15 lines
266 B
Lua

project_root = "../../.."
include(project_root.."/tools/build")
group("src")
project("xenia-patcher")
uuid("e1c75f76-9e7b-48f6-b17e-dbd20f7a1592")
kind("StaticLib")
language("C++")
links({
"xenia-base"
})
defines({
})
recursive_platform_files()