mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 04:50:08 +03:00
c0c700ed11
These are required for running on Lagom.
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)
|