mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
12 lines
272 B
CMake
12 lines
272 B
CMake
set(TEST_SOURCES
|
|
TestAPI.cpp
|
|
TestRender.cpp
|
|
TestShaders.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibGL LIBS LibCore LibGfx LibGL LibGPU LibSoftGPU)
|
|
endforeach()
|
|
|
|
install(DIRECTORY reference-images DESTINATION usr/Tests/LibGL)
|