serenity/DevTools/Playground/CMakeLists.txt

7 lines
125 B
Text
Raw Normal View History

set(SOURCES
main.cpp
)
serenity_app(Playground ICON app-playground)
2021-01-04 06:52:57 +00:00
target_link_libraries(Playground LibDesktop LibGUI)