summaryrefslogtreecommitdiff
path: root/Userland/DevTools/GMLPlayground/CMakeLists.txt
blob: 05b55f8dc8257efb07261e83865890ebb5507f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
serenity_component(
    GMLPlayground
    RECOMMENDED
    TARGETS GMLPlayground
)

compile_gml(GMLPlaygroundWindow.gml GMLPlaygroundWindowGML.h gml_playground_window_gml)

set(SOURCES
    main.cpp
)

set(GENERATED_SOURCES
    GMLPlaygroundWindowGML.h
)

serenity_app(GMLPlayground ICON app-gml-playground)
target_link_libraries(GMLPlayground PRIVATE LibConfig LibCore LibDesktop LibFileSystemAccessClient LibGfx LibGUI LibMain LibSyntax)