mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 05:44:58 +00:00
11 lines
211 B
CMake
11 lines
211 B
CMake
serenity_component(
|
|
Gradient
|
|
TARGETS Gradient
|
|
)
|
|
|
|
set(SOURCES
|
|
Gradient.cpp
|
|
)
|
|
|
|
serenity_app(Gradient ICON app-gradient)
|
|
target_link_libraries(Gradient PRIVATE LibDesktop LibGUI LibCore LibGfx LibMain)
|