mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
d1788a7a02
It looks like some things have moved around since the last time the Android build worked. So, update the incorrect paths to point to where they should.
13 lines
462 B
CMake
13 lines
462 B
CMake
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)
|