mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibFileSystem: Depend on the minimal LibCore source set
This commit is contained in:
parent
6f65e188f0
commit
9b1b91f98a
Notes:
sideshowbarker
2024-07-16 23:03:06 +09:00
Author: https://github.com/trflynn89
Commit: 9b1b91f98a
Pull-request: https://github.com/SerenityOS/serenity/pull/23717
Issue: https://github.com/SerenityOS/serenity/issues/23625
Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 2 additions and 2 deletions
|
@ -4,4 +4,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_lib(LibFileSystem filesystem)
|
||||
target_link_libraries(LibFileSystem PRIVATE LibCore)
|
||||
target_link_libraries(LibFileSystem PRIVATE LibCoreMinimal)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue