mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
19 lines
454 B
CMake
19 lines
454 B
CMake
compile_gml(BrowserWindow.gml BrowserWindowGML.h browser_window_gml)
|
|
compile_gml(Tab.gml TabGML.h tab_gml)
|
|
|
|
set(SOURCES
|
|
BookmarksBarWidget.cpp
|
|
BrowserConsoleClient.cpp
|
|
ConsoleWidget.cpp
|
|
DownloadWidget.cpp
|
|
History.cpp
|
|
InspectorWidget.cpp
|
|
main.cpp
|
|
Tab.cpp
|
|
WindowActions.cpp
|
|
BrowserWindowGML.h
|
|
TabGML.h
|
|
)
|
|
|
|
serenity_app(Browser ICON app-browser)
|
|
target_link_libraries(Browser LibWeb LibProtocol LibGUI LibDesktop)
|