mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
15 lines
262 B
CMake
15 lines
262 B
CMake
set(SOURCES
|
|
AST.cpp
|
|
Compiler.cpp
|
|
Lexer.cpp
|
|
Linker.cpp
|
|
Parser.cpp
|
|
Preprocessor.cpp
|
|
Token.cpp
|
|
)
|
|
|
|
serenity_lib(LibGLSL glsl)
|
|
target_link_libraries(LibGLSL PRIVATE LibGPU)
|
|
|
|
install(DIRECTORY Tests/ DESTINATION home/anon/Tests/glsl-tests)
|