mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-14 01:04:38 +03:00
71a123148a
Provides the basic Help+ReadMe care package to new users and some interesting tips to get started. Feel free to add more!
12 lines
283 B
CMake
12 lines
283 B
CMake
compile_gml(SerendipityWindow.gml SerendipityWindowGML.h serendipity_window_gml)
|
|
|
|
set(SOURCES
|
|
SerendipityWindowGML.h
|
|
SerendipityWidget.cpp
|
|
SerendipityWidget.h
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Serendipity ICON app-serendipity)
|
|
target_link_libraries(Serendipity LibGUI LibWeb)
|