1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 04:07:34 +00:00
serenity/Userland/Applications/QuickShow/CMakeLists.txt
2021-01-12 12:05:23 +01:00

7 lines
136 B
CMake

set(SOURCES
main.cpp
QSWidget.cpp
)
serenity_app(QuickShow ICON filetype-image)
target_link_libraries(QuickShow LibGUI LibGfx)