mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 13:02:34 -07:00
android: Minimal JNI for yuzu.
This commit is contained in:
@@ -195,3 +195,8 @@ endif()
|
||||
if (ENABLE_WEB_SERVICE)
|
||||
add_subdirectory(web_service)
|
||||
endif()
|
||||
|
||||
if (ANDROID)
|
||||
add_subdirectory(android/app/src/main/jni)
|
||||
target_include_directories(yuzu-android PRIVATE android/app/src/main)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user