mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +00:00
12 lines
202 B
CMake
12 lines
202 B
CMake
serenity_component(
|
|
Playground
|
|
RECOMMENDED
|
|
TARGETS Playground
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Playground ICON app-playground)
|
|
target_link_libraries(Playground LibDesktop LibGUI)
|