summaryrefslogtreecommitdiff
path: root/Userland/Demos/LibGfxDemo/CMakeLists.txt
blob: 890a5b00448ef391300c22f47c6b5f55f0ab943e (plain)
1
2
3
4
5
6
7
8
9
10
11
serenity_component(
    LibGfxDemo
    TARGETS LibGfxDemo
)

set(SOURCES
    main.cpp
)

serenity_app(LibGfxDemo ICON app-libgfx-demo)
target_link_libraries(LibGfxDemo PRIVATE LibGUI LibIPC LibGfx LibCore LibMain)