1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:08:12 +00:00

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

View file

@ -5,7 +5,7 @@ set(TEST_SOURCES
) )
foreach(source IN LISTS 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() endforeach()
install(DIRECTORY reference-images DESTINATION usr/Tests/LibGL) install(DIRECTORY reference-images DESTINATION usr/Tests/LibGL)