mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +00:00
7 lines
157 B
CMake
7 lines
157 B
CMake
set(SOURCES
|
|
main.cpp
|
|
GMLAutocompleteProvider.cpp
|
|
)
|
|
|
|
serenity_app(Playground ICON app-playground)
|
|
target_link_libraries(Playground LibDesktop LibGUI)
|