Files
ladybird/DevTools/Playground/CMakeLists.txt

7 lines
114 B
CMake

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