ladybird/Tests/LibGLSL/CMakeLists.txt
2023-08-18 15:29:48 +02:00

8 lines
143 B
CMake

set(TEST_SOURCES
test-parser.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibGLSL LIBS LibGLSL)
endforeach()