mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 21:28:11 +00:00
6 lines
96 B
CMake
6 lines
96 B
CMake
set(SOURCES
|
|
Cube.cpp
|
|
)
|
|
|
|
serenity_app(Cube ICON app-cube)
|
|
target_link_libraries(Cube LibGUI)
|