mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05: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)
|