1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Demos/WidgetGallery/CMakeLists.txt

6 lines
100 B
CMake

set(SOURCES
main.cpp
)
serenity_bin(WidgetGallery)
target_link_libraries(WidgetGallery LibGUI)