ladybird/Tests/LibGL/CMakeLists.txt

11 lines
227 B
CMake
Raw Normal View History

set(TEST_SOURCES
TestAPI.cpp
TestRender.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibGL LIBS LibCore LibGL)
endforeach()
install(DIRECTORY reference-images DESTINATION usr/Tests/LibGL)