mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 01:59:14 +03:00
10 lines
160 B
CMake
10 lines
160 B
CMake
set(SOURCES
|
|
BackgroundWidget.cpp
|
|
main.cpp
|
|
TextWidget.cpp
|
|
UnuncheckableButton.cpp
|
|
)
|
|
|
|
serenity_bin(Welcome)
|
|
target_link_libraries(Welcome LibGUI)
|