1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:47:35 +00:00

Ladybird: Support building Ladybird as a non-top-level project

The implementation assumes that Lagom is either the top level project,
or included before Ladybird is.
This commit is contained in:
Andrew Kaster 2022-12-23 11:36:02 -07:00 committed by Andrew Kaster
parent 03294b0177
commit b4d80f92ec
4 changed files with 40 additions and 46 deletions

View file

@ -28,7 +28,7 @@ install(TARGETS WebContent
DESTINATION bundle
)
include("${Lagom_SOURCE_DIR}/get_linked_lagom_libraries.cmake")
include("${SERENITY_SOURCE_DIR}/Meta/Lagom/get_linked_lagom_libraries.cmake")
get_linked_lagom_libraries(ladybird ladybird_lagom_libraries)
get_linked_lagom_libraries(WebContent webcontent_lagom_libraries)
list(APPEND all_required_lagom_libraries ${ladybird_lagom_libraries} ${webcontent_lagom_libraries})