mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:27:44 +00:00
LibC: Remove the LibDl
interface target
This commit is contained in:
parent
8778bb3473
commit
da0e28dccc
3 changed files with 3 additions and 7 deletions
|
@ -3,6 +3,6 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_lib(LibGPU gpu)
|
||||
target_link_libraries(LibGPU LibCore LibDl)
|
||||
target_link_libraries(LibGPU LibCore)
|
||||
|
||||
add_dependencies(LibGPU LibSoftGPU)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue