mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
CMake: Rename serenity_* helper functions/macros to ladybird_*
This commit is contained in:
parent
100b204a68
commit
25f5936dee
Notes:
github-actions[bot]
2025-07-03 21:21:29 +00:00
Author: https://github.com/ayeteadoe
Commit: 25f5936dee
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5249
Reviewed-by: https://github.com/gmta ✅
53 changed files with 104 additions and 104 deletions
|
@ -22,7 +22,7 @@ else()
|
|||
System.cpp)
|
||||
endif()
|
||||
|
||||
serenity_lib(LibCoreMinimal coreminimal)
|
||||
ladybird_lib(LibCoreMinimal coreminimal)
|
||||
|
||||
if (WIN32)
|
||||
find_path(DIRENT_INCLUDE_DIR dirent.h REQUIRED)
|
||||
|
@ -106,7 +106,7 @@ if (APPLE)
|
|||
list(APPEND SOURCES IOSurface.cpp)
|
||||
endif()
|
||||
|
||||
serenity_lib(LibCore core)
|
||||
ladybird_lib(LibCore core)
|
||||
target_link_libraries(LibCore PRIVATE LibUnicode LibURL Threads::Threads)
|
||||
target_link_libraries(LibCore PUBLIC LibCoreMinimal)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue