serenity/DevTools/Playground/CMakeLists.txt
2021-01-04 18:50:26 +01:00

6 lines
125 B
CMake

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