Compile fixes for Android

This commit is contained in:
Connor McLaughlin
2019-11-28 01:55:33 +10:00
parent 457743e109
commit f11d357ab9
19 changed files with 187 additions and 107 deletions

View File

@ -1,3 +1,6 @@
add_subdirectory(common)
add_subdirectory(core)
add_subdirectory(duckstation)
if(NOT ANDROID)
add_subdirectory(duckstation)
endif()