summaryrefslogtreecommitdiff
path: root/Applications/Welcome/CMakeLists.txt
blob: e9d1ef3380a56e8cd46383df7af39b285457c45d (plain)
1
2
3
4
5
6
7
8
9
set(SOURCES
    BackgroundWidget.cpp
    main.cpp
    TextWidget.cpp
    UnuncheckableButton.cpp
)

serenity_bin(Welcome)
target_link_libraries(Welcome LibGUI)