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

Lagom: Change dl to ${CMAKE_DL_LIBS} for portability

This commit is contained in:
vl-ms 2022-09-20 12:58:47 +03:00 committed by Sam Atkins
parent 2ff773a6ba
commit d8b6f38748

View file

@ -394,7 +394,7 @@ if (BUILD_LAGOM)
file(GLOB LIBGPU_SOURCES CONFIGURE_DEPENDS "../../Userland/Libraries/LibGPU/*.cpp") file(GLOB LIBGPU_SOURCES CONFIGURE_DEPENDS "../../Userland/Libraries/LibGPU/*.cpp")
lagom_lib(GPU gpu lagom_lib(GPU gpu
SOURCES ${LIBGPU_SOURCES} SOURCES ${LIBGPU_SOURCES}
LIBS dl LIBS ${CMAKE_DL_LIBS}
) )
# GL # GL