mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
9 lines
160 B
CMake
9 lines
160 B
CMake
set(SOURCES
|
|
BackgroundWidget.cpp
|
|
main.cpp
|
|
TextWidget.cpp
|
|
UnuncheckableButton.cpp
|
|
)
|
|
|
|
serenity_bin(Welcome)
|
|
target_link_libraries(Welcome LibGUI)
|