mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 19:55:06 +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)
|