Switching to premake. Probably with disasterous consequences.
This commit is contained in:
17
src/xenia/cpu/testing/premake5.lua
Normal file
17
src/xenia/cpu/testing/premake5.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
project_root = "../../../.."
|
||||
include(project_root.."/build_tools")
|
||||
|
||||
test_suite("xenia-cpu-tests", project_root, ".", {
|
||||
includedirs = {
|
||||
},
|
||||
links = {
|
||||
"xenia-base",
|
||||
"xenia-core",
|
||||
"xenia-cpu",
|
||||
"xenia-cpu-backend-x64",
|
||||
|
||||
-- TODO(benvanik): cut these dependencies?
|
||||
"xenia-debug",
|
||||
"xenia-kernel",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user