Switching to premake. Probably with disasterous consequences.
This commit is contained in:
18
src/xenia/premake5.lua
Normal file
18
src/xenia/premake5.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
project_root = "../.."
|
||||
include(project_root.."/build_tools")
|
||||
|
||||
group("src")
|
||||
project("xenia-core")
|
||||
uuid("970f7892-f19a-4bf5-8795-478c51757bec")
|
||||
kind("StaticLib")
|
||||
language("C++")
|
||||
links({
|
||||
"elemental-forms",
|
||||
"xenia-base",
|
||||
})
|
||||
defines({
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/third_party/elemental-forms/src",
|
||||
})
|
||||
files({"*.h", "*.cc"})
|
||||
Reference in New Issue
Block a user