mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
Lagom: Add LibGL to the libraries
This commit is contained in:
parent
849089c406
commit
3a4dd5ff87
Notes:
sideshowbarker
2024-07-17 23:23:26 +09:00
Author: https://github.com/Hendiadyoin1 Commit: https://github.com/SerenityOS/serenity/commit/3a4dd5ff874 Pull-request: https://github.com/SerenityOS/serenity/pull/11118 Reviewed-by: https://github.com/alimpfard ✅ Reviewed-by: https://github.com/sunverwerth ✅
1 changed files with 7 additions and 0 deletions
|
@ -311,6 +311,13 @@ if (BUILD_LAGOM)
|
|||
LIBS m LagomCompress LagomTextCodec LagomIPC
|
||||
)
|
||||
|
||||
# GL
|
||||
file(GLOB LIBGL_SOURCES CONFIGURE_DEPENDS "../../Userland/Libraries/LibGL/*.cpp")
|
||||
file(GLOB LIBGL_TEX_SCOURCES CONFIGURE_DEPENDS "../../Userland/Libraries/LibGL/Tex/*.cpp")
|
||||
lagom_lib(GL gl
|
||||
SOURCES ${LIBGL_SOURCES} ${LIBGL_TEX_SCOURCES}
|
||||
LIBS m LagomGfx)
|
||||
|
||||
# GUI-GML
|
||||
file(GLOB LIBGUI_GML_SOURCES CONFIGURE_DEPENDS "../../Userland/Libraries/LibGUI/GML*.cpp")
|
||||
list(REMOVE_ITEM LIBGUI_GML_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/../../Userland/Libraries/LibGUI/GMLAutocompleteProvider.cpp")
|
||||
|
|
Loading…
Add table
Reference in a new issue