1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:08:10 +00:00
serenity/Userland/DevTools/Playground/CMakeLists.txt

7 lines
157 B
CMake

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