ladybird/Userland/Applications/Welcome/CMakeLists.txt
2021-01-12 12:05:23 +01:00

10 lines
160 B
CMake

set(SOURCES
BackgroundWidget.cpp
main.cpp
TextWidget.cpp
UnuncheckableButton.cpp
)
serenity_bin(Welcome)
target_link_libraries(Welcome LibGUI)