[Android] Unified xenia-app with windowed apps and build prerequisites
This commit is contained in:
@@ -17,16 +17,14 @@ project("xenia-hid")
|
||||
group("demos")
|
||||
project("xenia-hid-demo")
|
||||
uuid("a56a209c-16d5-4913-85f9-86976fe7fddf")
|
||||
kind("WindowedApp")
|
||||
single_library_windowed_app_kind()
|
||||
language("C++")
|
||||
links({
|
||||
"fmt",
|
||||
"imgui",
|
||||
"xenia-base",
|
||||
"xenia-helper-sdl",
|
||||
"xenia-hid",
|
||||
"xenia-hid-nop",
|
||||
"xenia-hid-sdl",
|
||||
"xenia-ui",
|
||||
"xenia-ui-vulkan",
|
||||
})
|
||||
@@ -41,6 +39,12 @@ project("xenia-hid-demo")
|
||||
project_root,
|
||||
})
|
||||
|
||||
filter("platforms:not Android-*")
|
||||
links({
|
||||
"xenia-helper-sdl",
|
||||
"xenia-hid-sdl",
|
||||
})
|
||||
|
||||
filter("platforms:Linux")
|
||||
links({
|
||||
"SDL2",
|
||||
|
||||
Reference in New Issue
Block a user