mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	 87a22a77e9
			
		
	
	
		87a22a77e9
		
	
	
	
	
		
			
			This is really just a launcher app that gathers all the installed apps in the "Settings" category and presents them in a single window.
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     Settings
 | |
|     REQUIRED
 | |
|     TARGETS Settings
 | |
| )
 | |
| 
 | |
| set(SOURCES
 | |
|     main.cpp
 | |
| )
 | |
| 
 | |
| serenity_app(Settings ICON app-settings)
 | |
| target_link_libraries(Settings LibGUI LibDesktop)
 |