mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
8 lines
116 B
CMake
8 lines
116 B
CMake
set(SOURCES
|
|
main.cpp
|
|
QSWidget.cpp
|
|
)
|
|
|
|
serenity_bin(QuickShow)
|
|
target_link_libraries(QuickShow LibGUI LibGfx)
|