mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
12 lines
215 B
CMake
12 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)
|