mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:52:45 +00:00 
			
		
		
		
	 9c5915b5b4
			
		
	
	
		9c5915b5b4
		
	
	
	
	
		
			
			Similar to the Settings application, this adds a single Screensaver application to launch all screensaver demos. This is to declutter the taskbar menu a bit.
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			222 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			222 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     Screensaver
 | |
|     TARGETS Screensaver
 | |
| )
 | |
| 
 | |
| set(SOURCES
 | |
|     main.cpp
 | |
| )
 | |
| 
 | |
| serenity_app(Screensaver ICON app-screensaver)
 | |
| target_link_libraries(Screensaver PRIVATE LibDesktop LibGUI LibCore LibGfx LibMain)
 |