Android: It builds again, but needs a lot more work

This commit is contained in:
Connor McLaughlin
2020-04-06 00:25:40 +10:00
parent 411fbe8416
commit b418f880ab
7 changed files with 198 additions and 333 deletions

View File

@ -1,6 +1,4 @@
set(SRCS
android_audio_stream.cpp
android_audio_stream.h
android_host_interface.cpp
android_host_interface.h
android_gles_host_display.cpp
@ -9,4 +7,4 @@ set(SRCS
)
add_library(duckstation-native SHARED ${SRCS})
target_link_libraries(duckstation-native PRIVATE android core common glad imgui EGL::EGL)
target_link_libraries(duckstation-native PRIVATE android frontend-common core common glad imgui EGL::EGL)