mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
6 lines
100 B
CMake
6 lines
100 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(WidgetGallery)
|
|
target_link_libraries(WidgetGallery LibGUI)
|