mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:34:57 +00:00
12 lines
210 B
CMake
12 lines
210 B
CMake
serenity_component(
|
|
Playground
|
|
RECOMMENDED
|
|
TARGETS Playground
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Playground ICON app-playground)
|
|
target_link_libraries(Playground LibDesktop LibGUI LibMain)
|