mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
This adds a new library, LibGLSL for parsing and compiling GLSL programs to LibGPU IR. Currently the compiler consists only of stubs.
8 lines
120 B
CMake
8 lines
120 B
CMake
set(SOURCES
|
|
Compiler.cpp
|
|
Linker.cpp
|
|
)
|
|
|
|
serenity_lib(LibGLSL glsl)
|
|
target_link_libraries(LibGLSL PRIVATE LibGPU)
|