mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:22:45 +00:00 
			
		
		
		
	 39364bdda4
			
		
	
	
		39364bdda4
		
	
	
	
	
		
			
			New serenity_app() targets can be defined which allows application icons to be emedded directly into the executable. The embedded icons will then be used when creating an icon for that file in LibGUI.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     PreviewWidget.cpp
 | |
|     main.cpp
 | |
| )
 | |
| 
 | |
| serenity_app(ThemeEditor ICON app-theme-editor)
 | |
| target_link_libraries(ThemeEditor LibGUI)
 |