diff options
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 5 |
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() | |||
| 195 | if (ENABLE_WEB_SERVICE) | 195 | if (ENABLE_WEB_SERVICE) |
| 196 | add_subdirectory(web_service) | 196 | add_subdirectory(web_service) |
| 197 | endif() | 197 | endif() |
| 198 | |||
| 199 | if (ANDROID) | ||
| 200 | add_subdirectory(android/app/src/main/jni) | ||
| 201 | target_include_directories(yuzu-android PRIVATE android/app/src/main) | ||
| 202 | endif() | ||