mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:42:43 +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)
 | 
