mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-25 19:02:07 -05:00
LibFileSystem: Depend on the minimal LibCore source set
This commit is contained in:
parent
6f65e188f0
commit
9b1b91f98a
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue