1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 06:34:57 +00:00
serenity/Userland/DevTools/Playground/CMakeLists.txt
2021-11-24 00:25:23 +01:00

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)