1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:17:35 +00:00

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
parent 1b25c38b8b
commit ef9b543426
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)