mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:07:35 +00:00
Applications: Move to Userland/Applications/
This commit is contained in:
parent
aa939c4b4b
commit
dc28c07fa5
287 changed files with 1 additions and 1 deletions
19
Userland/Applications/Browser/CMakeLists.txt
Normal file
19
Userland/Applications/Browser/CMakeLists.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue