1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:28:10 +00:00
serenity/Userland/DevTools/Playground/CMakeLists.txt

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)