mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:48:11 +00:00
6 lines
82 B
CMake
6 lines
82 B
CMake
set(SOURCES
|
|
Cube.cpp
|
|
)
|
|
|
|
serenity_bin(Cube)
|
|
target_link_libraries(Cube LibGUI)
|