1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 18:27:42 +00:00
serenity/Userland/DevTools/Playground/CMakeLists.txt
2021-01-12 12:18:55 +01:00

6 lines
125 B
CMake

set(SOURCES
main.cpp
)
serenity_app(Playground ICON app-playground)
target_link_libraries(Playground LibDesktop LibGUI)