mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
Lagom: Exclude GMLAutocompleteProvider.cpp from GML library sources
This commit is contained in:
parent
b6e5117f65
commit
7392a73066
Notes:
sideshowbarker
2024-07-18 07:46:56 +09:00
Author: https://github.com/linusg
Commit: 7392a73066
Pull-request: https://github.com/SerenityOS/serenity/pull/9017
Issue: https://github.com/SerenityOS/serenity/issues/8846
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/gunnarbeutner
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ if (BUILD_LAGOM)
|
|||
|
||||
# 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")
|
||||
list(REMOVE_ITEM LIBGUI_GML_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/../../Userland/Libraries/LibGUI/GMLSyntaxHighlighter.cpp")
|
||||
lagom_lib(LagomGML gml
|
||||
SOURCES ${LIBGUI_GML_SOURCES}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue