mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 18:27:42 +00:00
6 lines
125 B
CMake
6 lines
125 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Playground ICON app-playground)
|
|
target_link_libraries(Playground LibDesktop LibGUI)
|