summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5e3a74c0f..55b113297 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -195,3 +195,8 @@ endif()
195if (ENABLE_WEB_SERVICE) 195if (ENABLE_WEB_SERVICE)
196 add_subdirectory(web_service) 196 add_subdirectory(web_service)
197endif() 197endif()
198
199if (ANDROID)
200 add_subdirectory(android/app/src/main/jni)
201 target_include_directories(yuzu-android PRIVATE android/app/src/main)
202endif()