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

set(SOURCES
    Cube.cpp
)

serenity_app(Cube ICON app-cube)
target_link_libraries(Cube PRIVATE LibCore LibGfx LibGUI LibMain)