mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-25 18:52:22 -05:00
67b2f8d68d
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)
|