ladybird/Userland/Applications/Serendipity/CMakeLists.txt
thankyouverycool 71a123148a Serendipity: A new welcome app
Provides the basic Help+ReadMe care package to new users and some
interesting tips to get started. Feel free to add more!
2021-03-02 11:57:27 +01:00

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)