1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 05:54:58 +00:00
serenity/Tests/LibGLSL/CMakeLists.txt
2023-08-18 15:29:48 +02:00

7 lines
143 B
CMake

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