mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 21:17:44 +00:00
Applications: Rename Serendipity => Welcome
Let's stick to the theme of "the most obvious name possible"
This commit is contained in:
parent
ff312d8aa6
commit
9f4e37e342
10 changed files with 30 additions and 31 deletions
11
Userland/Applications/Welcome/CMakeLists.txt
Normal file
11
Userland/Applications/Welcome/CMakeLists.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
compile_gml(WelcomeWindow.gml WelcomeWindowGML.h welcome_window_gml)
|
||||
|
||||
set(SOURCES
|
||||
WelcomeWindowGML.h
|
||||
WelcomeWidget.cpp
|
||||
WelcomeWidget.h
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_app(Welcome ICON app-welcome)
|
||||
target_link_libraries(Welcome LibGUI LibWeb)
|
Loading…
Add table
Add a link
Reference in a new issue