mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:12:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			197 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			197 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     Settings
 | |
|     REQUIRED
 | |
|     TARGETS Settings
 | |
| )
 | |
| 
 | |
| set(SOURCES
 | |
|     main.cpp
 | |
| )
 | |
| 
 | |
| serenity_app(Settings ICON app-settings)
 | |
| target_link_libraries(Settings LibGUI LibDesktop LibMain)
 | 
