mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 16:55:08 +00:00
8 lines
212 B
Text
8 lines
212 B
Text
source_set("HighResolutionTime") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"Performance.cpp",
|
|
"TimeOrigin.cpp",
|
|
]
|
|
}
|