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