Folding build_tools back into the main repo for simplicity.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
project_root = "../../../.."
|
||||
include(project_root.."/build_tools")
|
||||
include(project_root.."/tools/build")
|
||||
|
||||
group("src")
|
||||
project("xenia-ui-gl")
|
||||
@@ -16,7 +16,7 @@ project("xenia-ui-gl")
|
||||
"GLEW_MX=1",
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/build_tools/third_party/gflags/src",
|
||||
project_root.."/third_party/gflags/src",
|
||||
})
|
||||
local_platform_files()
|
||||
removefiles({"*_demo.cc"})
|
||||
@@ -42,7 +42,7 @@ project("xenia-ui-window-gl-demo")
|
||||
"GLEW_MX=1",
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/build_tools/third_party/gflags/src",
|
||||
project_root.."/third_party/gflags/src",
|
||||
})
|
||||
files({
|
||||
"../window_demo.cc",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
project_root = "../../.."
|
||||
include(project_root.."/build_tools")
|
||||
include(project_root.."/tools/build")
|
||||
|
||||
group("src")
|
||||
project("xenia-ui")
|
||||
@@ -12,7 +12,7 @@ project("xenia-ui")
|
||||
defines({
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/build_tools/third_party/gflags/src",
|
||||
project_root.."/third_party/gflags/src",
|
||||
})
|
||||
local_platform_files()
|
||||
removefiles({"*_demo.cc"})
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
project_root = "../../../.."
|
||||
include(project_root.."/build_tools")
|
||||
include(project_root.."/tools/build")
|
||||
|
||||
group("src")
|
||||
project("xenia-ui-spirv")
|
||||
@@ -13,7 +13,7 @@ project("xenia-ui-spirv")
|
||||
defines({
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/build_tools/third_party/gflags/src",
|
||||
project_root.."/third_party/gflags/src",
|
||||
project_root.."/third_party/spirv-tools/external/include",
|
||||
})
|
||||
local_platform_files()
|
||||
|
||||
Reference in New Issue
Block a user