mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:37:36 +00:00
Playground: Rename the application to GMLPlayground
Just "Playground" is too generic and doesn't match the general rule of "application name equals display name minus spaces".
This commit is contained in:
parent
93488d6d5a
commit
cc4bb59a7e
12 changed files with 26 additions and 26 deletions
12
Userland/DevTools/GMLPlayground/CMakeLists.txt
Normal file
12
Userland/DevTools/GMLPlayground/CMakeLists.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
serenity_component(
|
||||
GMLPlayground
|
||||
RECOMMENDED
|
||||
TARGETS GMLPlayground
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_app(GMLPlayground ICON app-gml-playground)
|
||||
target_link_libraries(GMLPlayground LibDesktop LibGUI LibMain)
|
Loading…
Add table
Add a link
Reference in a new issue