mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-09 20:58:53 +00:00
6 lines
179 B
Plaintext
6 lines
179 B
Plaintext
source_set("EntriesAPI") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [ "FileSystemEntry.cpp" ]
|
|
}
|