mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
11 lines
153 B
CMake
11 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)
|