mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 19:45:06 +00:00
16 lines
442 B
Text
16 lines
442 B
Text
source_set("Scripting") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"ClassicScript.cpp",
|
|
"Environments.cpp",
|
|
"ExceptionReporter.cpp",
|
|
"Fetching.cpp",
|
|
"ModuleMap.cpp",
|
|
"ModuleScript.cpp",
|
|
"Script.cpp",
|
|
"TemporaryExecutionContext.cpp",
|
|
"WindowEnvironmentSettingsObject.cpp",
|
|
"WorkerEnvironmentSettingsObject.cpp",
|
|
]
|
|
}
|