blob: ed493dfa7defe457fe6354d21eeb73bdd3f722d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
serenity_component(
GMLPlayground
RECOMMENDED
TARGETS GMLPlayground
)
set(SOURCES
main.cpp
)
serenity_app(GMLPlayground ICON app-gml-playground)
target_link_libraries(GMLPlayground PRIVATE LibCore LibDesktop LibFileSystemAccessClient LibGfx LibGUI LibMain LibSyntax)
|