mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 12:07:35 +00:00

When a download has completed, instead of graying out the cancel option, replace it with an option to open your download in the file manager.
13 lines
277 B
CMake
13 lines
277 B
CMake
set(SOURCES
|
|
BookmarksBarWidget.cpp
|
|
BrowserConsoleClient.cpp
|
|
ConsoleWidget.cpp
|
|
DownloadWidget.cpp
|
|
InspectorWidget.cpp
|
|
main.cpp
|
|
Tab.cpp
|
|
WindowActions.cpp
|
|
)
|
|
|
|
serenity_bin(Browser)
|
|
target_link_libraries(Browser LibWeb LibProtocol LibGUI LibDesktop)
|