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

@ -267,7 +267,7 @@ set(SOURCES
Token.cpp
)
serenity_lib(LibJS js EXPLICIT_SYMBOL_EXPORT)
ladybird_lib(LibJS js EXPLICIT_SYMBOL_EXPORT)
target_link_libraries(LibJS PRIVATE LibCore LibCrypto LibFileSystem LibRegex LibSyntax LibGC)
# Link LibUnicode publicly to ensure ICU data (which is in libicudata.a) is available in any process using LibJS.