mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-27 01:50:24 +00:00
11 lines
215 B
CMake
11 lines
215 B
CMake
set(SOURCES
|
|
BookmarksBarWidget.cpp
|
|
DownloadWidget.cpp
|
|
InspectorWidget.cpp
|
|
main.cpp
|
|
Tab.cpp
|
|
WindowActions.cpp
|
|
)
|
|
|
|
serenity_bin(Browser)
|
|
target_link_libraries(Browser LibWeb LibProtocol LibGUI)
|