mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05:00
7 lines
116 B
CMake
7 lines
116 B
CMake
set(SOURCES
|
|
main.cpp
|
|
QSWidget.cpp
|
|
)
|
|
|
|
serenity_bin(QuickShow)
|
|
target_link_libraries(QuickShow LibGUI LibGfx)
|