mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 17:15:07 +00:00
12 lines
334 B
Text
12 lines
334 B
Text
source_set("WebGL") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"EventNames.cpp",
|
|
"OpenGLContext.cpp",
|
|
"WebGLContextAttributes.cpp",
|
|
"WebGLContextEvent.cpp",
|
|
"WebGLRenderingContext.cpp",
|
|
"WebGLRenderingContextBase.cpp",
|
|
]
|
|
}
|