mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:07:44 +00:00
LibC: Remove the LibPthread
interface target
This commit is contained in:
parent
28061cf94d
commit
5870484d1a
6 changed files with 5 additions and 15 deletions
|
@ -3,5 +3,5 @@ set(TEST_SOURCES
|
|||
)
|
||||
|
||||
foreach(source IN LISTS TEST_SOURCES)
|
||||
serenity_test("${source}" LibThreading LIBS LibThreading LibPthread)
|
||||
serenity_test("${source}" LibThreading LIBS LibThreading)
|
||||
endforeach()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue