mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +00:00
Tests: Make LibGfx tests not depend on LibGUI
As far as I can tell, that's not needed and never was.
This commit is contained in:
parent
fef15becb2
commit
10ae570ac5
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}" LibGfx LIBS LibGfx LibGUI)
|
||||
serenity_test("${source}" LibGfx LIBS LibGfx)
|
||||
endforeach()
|
||||
|
||||
install(FILES TestFont.font DESTINATION usr/Tests/LibGfx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue