ladybird/Userland/Demos/Cube/CMakeLists.txt
2021-11-25 08:49:31 +01:00

12 lines
153 B
CMake

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