1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 18:38:12 +00:00
serenity/Userland/Demos/Cube/CMakeLists.txt
2021-01-12 12:04:17 +01:00

6 lines
96 B
CMake

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