CMake: Rename serenity_* helper functions/macros to ladybird_*

This commit is contained in:
ayeteadoe 2025-06-30 08:11:44 -07:00 committed by Jelle Raaijmakers
commit 25f5936dee
Notes: github-actions[bot] 2025-07-03 21:21:29 +00:00
53 changed files with 104 additions and 104 deletions

View file

@ -10,5 +10,5 @@ if(SERENITYOS)
list(APPEND SOURCES C/Regex.cpp)
endif()
serenity_lib(LibRegex regex EXPLICIT_SYMBOL_EXPORT)
ladybird_lib(LibRegex regex EXPLICIT_SYMBOL_EXPORT)
target_link_libraries(LibRegex PRIVATE LibUnicode)