mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 03:58:12 +00:00
10 lines
235 B
Text
10 lines
235 B
Text
source_set("Crypto") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"Crypto.cpp",
|
|
"Crypto.h",
|
|
"SubtleCrypto.cpp",
|
|
"SubtleCrypto.h",
|
|
]
|
|
}
|