diff options
author | Andrew Kaster <andrewdkaster@gmail.com> | 2022-07-11 01:14:53 -0600 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2022-12-25 07:58:58 -0700 |
commit | 261f078a28954275291e175cd51a41095d9abcf6 (patch) | |
tree | bd26e1c08a329278ee349da4d23622cb6709a463 /Ladybird/cmake/FetchLagom.cmake | |
parent | 7e42eae1a24c2d3c6c7954e56549f08cd204b842 (diff) | |
download | serenity-261f078a28954275291e175cd51a41095d9abcf6.zip |
Ladybird/Meta: Add Android build
Build an Android APK file that, when configured properly in Qt Creator,
can be used to deploy the browser to an Android device.
The current build requires NDK 24, targets no less than Android API 30,
and Qt Creator 6.4.0.
Diffstat (limited to 'Ladybird/cmake/FetchLagom.cmake')
-rw-r--r-- | Ladybird/cmake/FetchLagom.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ladybird/cmake/FetchLagom.cmake b/Ladybird/cmake/FetchLagom.cmake index ef5abeb46d..78c0a70160 100644 --- a/Ladybird/cmake/FetchLagom.cmake +++ b/Ladybird/cmake/FetchLagom.cmake @@ -25,6 +25,7 @@ if (NOT lagom_POPULATED) # FIXME: Setting target_include_directories on Lagom libraries might make this unecessary? include_directories(${lagom_SOURCE_DIR}/Userland/Libraries) + include_directories(${lagom_BINARY_DIR}/Services) include_directories(${lagom_SOURCE_DIR}) include_directories(${lagom_BINARY_DIR}) |