summaryrefslogtreecommitdiff
path: root/Demos/Cube/CMakeLists.txt
blob: ee06d91d3f7c7c787c76b43a9bbdd046d4577d2e (plain)
1
2
3
4
5
6
set(SOURCES
    Cube.cpp
)

serenity_app(Cube ICON app-cube)
target_link_libraries(Cube LibGUI)