mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 21:35:07 +00:00
10 lines
235 B
Text
10 lines
235 B
Text
source_set("Cookie") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"Cookie.cpp",
|
|
"Cookie.h",
|
|
"ParsedCookie.cpp",
|
|
"ParsedCookie.h",
|
|
]
|
|
}
|