mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-10 12:50:04 +00:00
Android: Java + JNI dump
CmakeLists Jni Fix
This commit is contained in:
parent
3df43f9505
commit
f1c2f63aa1
364 changed files with 17934 additions and 765 deletions
|
@ -117,8 +117,10 @@ endif()
|
|||
if (ENABLE_QT)
|
||||
add_subdirectory(citra_qt)
|
||||
endif()
|
||||
|
||||
if (ANDROID)
|
||||
add_subdirectory(android/app/src/main/cpp)
|
||||
include_directories(android/app/src/main)
|
||||
add_subdirectory(android/app/src/main/jni)
|
||||
else()
|
||||
add_subdirectory(dedicated_room)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue