mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 05:54:58 +00:00
Tests: Add missing library dependencies for LibGL tests
These are required for running on Lagom.
This commit is contained in:
parent
1910dc8976
commit
c0c700ed11
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue