mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 13:18:19 +00:00
Everywhere: Move the Ladybird folder to UI
This commit is contained in:
parent
93712b24bf
commit
db47cc41f8
Notes:
github-actions[bot]
2024-11-10 11:51:45 +00:00
Author: https://github.com/trflynn89
Commit: db47cc41f8
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2256
Reviewed-by: https://github.com/sideshowbarker
203 changed files with 266 additions and 244 deletions
13
UI/Android/CMakeLists.txt
Normal file
13
UI/Android/CMakeLists.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
add_library(ladybird SHARED
|
||||
${LADYBIRD_SOURCES}
|
||||
src/main/cpp/LadybirdActivity.cpp
|
||||
src/main/cpp/WebViewImplementationNative.cpp
|
||||
src/main/cpp/WebViewImplementationNativeJNI.cpp
|
||||
src/main/cpp/ALooperEventLoopImplementation.cpp
|
||||
src/main/cpp/TimerExecutorService.cpp
|
||||
src/main/cpp/JNIHelpers.cpp
|
||||
)
|
||||
target_link_libraries(ladybird PRIVATE LibArchive jnigraphics android)
|
||||
|
||||
include(../cmake/AndroidExtras.cmake)
|
||||
create_ladybird_bundle(ladybird)
|
Loading…
Add table
Add a link
Reference in a new issue