Folding build_tools back into the main repo for simplicity.

This commit is contained in:
Ben Vanik
2015-12-30 16:52:49 -08:00
parent 214532a3e8
commit 952d35911c
47 changed files with 6903 additions and 82 deletions

View File

@@ -1,5 +1,5 @@
project_root = "../../../../.."
include(project_root.."/build_tools")
include(project_root.."/tools/build")
group("tests")
project("xenia-cpu-ppc-tests")
@@ -25,7 +25,7 @@ project("xenia-cpu-ppc-tests")
"*.s",
})
includedirs({
project_root.."/build_tools/third_party/gflags/src",
project_root.."/third_party/gflags/src",
})
filter("files:*.s")
flags({"ExcludeFromBuild"})