ladybird/Userland/Demos/Cube/CMakeLists.txt
2021-01-12 12:04:17 +01:00

7 lines
96 B
CMake

set(SOURCES
Cube.cpp
)
serenity_app(Cube ICON app-cube)
target_link_libraries(Cube LibGUI)