mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibFileSystem: Depend on the minimal LibCore source set
This commit is contained in:
@@ -8,7 +8,7 @@ shared_library("LibFileSystem") {
|
||||
]
|
||||
deps = [
|
||||
"//AK",
|
||||
"//Userland/Libraries/LibCore",
|
||||
"//Userland/Libraries/LibCore:minimal",
|
||||
]
|
||||
output_name = "filesystem"
|
||||
}
|
||||
|
||||
@@ -4,4 +4,4 @@ set(SOURCES
|
||||
)
|
||||
|
||||
serenity_lib(LibFileSystem filesystem)
|
||||
target_link_libraries(LibFileSystem PRIVATE LibCore)
|
||||
target_link_libraries(LibFileSystem PRIVATE LibCoreMinimal)
|
||||
|
||||
Reference in New Issue
Block a user