mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 05:54:58 +00:00

Just "Playground" is too generic and doesn't match the general rule of "application name equals display name minus spaces".
12 lines
226 B
CMake
12 lines
226 B
CMake
serenity_component(
|
|
GMLPlayground
|
|
RECOMMENDED
|
|
TARGETS GMLPlayground
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(GMLPlayground ICON app-gml-playground)
|
|
target_link_libraries(GMLPlayground LibDesktop LibGUI LibMain)
|