LibC: Remove the LibM interface target

This commit is contained in:
Tim Schumacher 2022-09-06 01:03:59 +02:00 committed by Brian Gianforcaro
commit ef9b543426
Notes: sideshowbarker 2024-07-17 07:06:13 +09:00
5 changed files with 6 additions and 10 deletions

View file

@ -8,4 +8,4 @@ set(SOURCES
add_compile_options(-Wno-psabi)
serenity_lib(LibSoftGPU softgpu)
target_link_libraries(LibSoftGPU LibM LibCore LibGfx)
target_link_libraries(LibSoftGPU LibCore LibGfx)