Tests: Add missing library dependencies for LibGL tests

These are required for running on Lagom.
This commit is contained in:
Sam Atkins 2023-01-16 15:12:15 +00:00 committed by Linus Groh
parent 1910dc8976
commit c0c700ed11
Notes: sideshowbarker 2024-07-17 01:30:35 +09:00

View file

@ -5,7 +5,7 @@ set(TEST_SOURCES
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibGL LIBS LibCore LibGfx LibGL)
serenity_test("${source}" LibGL LIBS LibCore LibGfx LibGL LibGPU LibSoftGPU)
endforeach()
install(DIRECTORY reference-images DESTINATION usr/Tests/LibGL)