mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
7 lines
143 B
CMake
7 lines
143 B
CMake
set(TEST_SOURCES
|
|
test-parser.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibGLSL LIBS LibGLSL)
|
|
endforeach()
|