Meta: Move Meta/Lagom/get_linked_lagom_libraries.cmake to Meta/CMake

This commit is contained in:
Timothy Flynn 2026-06-12 12:40:18 -04:00 committed by Tim Flynn
parent b9ae2e472e
commit 7f3cb3efb6
2 changed files with 1 additions and 1 deletions

View file

@ -33,7 +33,7 @@ install(TARGETS ${ladybird_helper_processes}
DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}
)
include("${LADYBIRD_SOURCE_DIR}/Meta/Lagom/get_linked_lagom_libraries.cmake")
include("${LADYBIRD_SOURCE_DIR}/Meta/CMake/get_linked_lagom_libraries.cmake")
foreach (application IN LISTS ladybird_applications)
get_linked_lagom_libraries("${application}" "${application}_lagom_libraries")
list(APPEND all_required_lagom_libraries "${${application}_lagom_libraries}")