We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36cbd3 commit 5778da7Copy full SHA for 5778da7
Meta/Lagom/CMakeLists.txt
@@ -397,6 +397,14 @@ if (BUILD_LAGOM)
397
SOURCES ${LIBGL_SOURCES} ${LIBGL_TEX_SOURCES}
398
LIBS m LibGfx LibGPU)
399
400
+ # GUI
401
+ list(APPEND LIBGUI_SOURCES "../../Userland/Libraries/LibGUI/ModelIndex.cpp")
402
+ list(APPEND LIBGUI_SOURCES "../../Userland/Libraries/LibGUI/Model.cpp")
403
+ list(APPEND LIBGUI_SOURCES "../../Userland/Libraries/LibGUI/Icon.cpp")
404
+ lagom_lib(GUI gui
405
+ SOURCES ${LIBGUI_SOURCES}
406
+ LIBS LibGfx)
407
+
408
# GUI-GML
409
file(GLOB LIBGUI_GML_SOURCES CONFIGURE_DEPENDS "../../Userland/Libraries/LibGUI/GML/*.cpp")
410
list(REMOVE_ITEM LIBGUI_GML_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/../../Userland/Libraries/LibGUI/GML/AutocompleteProvider.cpp")
0 commit comments